Get password after OAuth sign in #232
Answered
by
frankie567
davidbrochart
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
davidbrochart
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Say I successfully authenticate using GitHub OAuth, and this creates a user in Fief with the user's email provided by GitHub. If I open a new "incognito" window (without any cookie), I will need to go through the same flow again: sign in to GitHub and finalize sign up. But if I enter the same email address again, Fief says that "a user with the same email address already exists", which is true.
The second time, I could have signed in providing my email, but since I never received a password the first time, I need to click on "I forgot my password" in order to enter one. This works, but I'm wondering if it could be easier. For instance, the first time I sign in with GitHub, maybe there could be a option to see or send the password when finalizing the sign up?
Beta Was this translation helpful? Give feedback.
All reactions