Replies: 2 comments 1 reply
-
This is possible. I've been able to have users login by verifying their auth details with Cognito. This gives me the control on what the form looks like. I would recommend one of these libraries to set it up. |
Beta Was this translation helpful? Give feedback.
1 reply
-
There is a relevant issue on this, see #2525. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
👋 I'm planning on testing out Amazon Cognito Provider. Does anyone know if it requires me to use their hosted UI to use this together with
next-auth
?I would like to save the users through some other provider (email only or social login) with my own UI but have the user show up in AWS user-pool. This to make it easier to authorize DB calls inside AWS.
Beta Was this translation helpful? Give feedback.
All reactions