Hacker News new | ask | show | jobs
Ask HN: What do you use for app authentication?
3 points by arxv33 2163 days ago
I am building a react native app - I am looking to see what oauth AuthN/AuthZ options are out there. I have come across and used Amazon Cognito before and AppSync/Firebase but I am more looking open source options out there.
2 comments

Some options include - Ory Kratos/Hydra - Keycloak - Identity Server
I have just today discovered Auth0.

I have read some of the tutorials and find it very developer friendly.

Will comment later once I have actually tried it.