General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Okie
Fireship
comments
Comments by "Okie" (@okie9025) on "" video.
@willinton06 I hope you're talking about a 3rd party auth service on the backend like Keycloak (which is a huge plus when it comes to doing things yourself), because you definitely shouldn't be rolling your own auth
3
@guitubeyt "just make it work" auth vs proper OAuth are completely different beasts. Keycloak is basically the oldest and most mature OIDC provider and you can still be certain that it has some hidden bugs. The chances of a single person making an OIDC provider with less bugs is extremely unlikely
3
@MultiZ100 also a HUGE HUGE problem is that you can't use any type of filtering based on reference objects (i.e. foreign keys) this is mostly a problem with NoSQL databases but basically it means any kind of deeply nested filtering is impossible without fetching every single document in a collection
2