- Cognito vs Auth0
Cognito is cheaper for business usage with the same mau.
- What is cognito
- Setup a user pool
- How to validate a jwt token generated by cognito user pool
- For AWS cognigto, the audience should be the app client id(The one has no secret key)
- Will create two app client for the pool created by cli. One app client has app secret, the other one doesn't.
- Amplify has a default UI, it also supports programmatically sign in/up