Amazon Cognito
Utilities / Application Utilities / User Management and Authentication
I'm starting a new React Native project and trying to decide on an auth provider. Currently looking at Auth0 and Amazon Cognito. It will need to play nice with a Django Rest Framework backend.
3 upvotes·1.7M views
Replies (1)
Cognito. Free for first 50K users, easy to setup, responsive login page ( a little bit hard to implement I18N though). way to go if you do not want to deal with ec2 machines (i.e. serveless)
2 upvotes·2.2K views