-
-
Save thisismydesign/262efae3885376f9950312d8b404dc73 to your computer and use it in GitHub Desktop.
Cognito via OAuth2 in NestJS: keep user data in your app, let Cognito handle passwords and social login /2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
OAUTH_COGNITO_ID=abcd123 | |
OAUTH_COGNITO_SECRET=abcd123 | |
OAUTH_COGNITO_REDIRECT_URL=http://localhost:3000/auth/cognito/redirect | |
OAUTH_COGNITO_DOMAIN=https://test-app.auth.us-east-1.amazoncognito.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment