We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
account_email
oauth_account
Describe the bug When user clicks verification link in the mail it follows this path:
/internal/auth/verify
fastapi_users.get_verify_router(UserRead)
Expected behavior The account_email field should be changed.
Additional context FastAPI-users discussions: fastapi-users/fastapi-users#1359 fastapi-users/fastapi-users#1360
The text was updated successfully, but these errors were encountered:
The related question to this issues should be raised as discussuion in fastapi-users as well
Sorry, something went wrong.
No branches or pull requests
There are various problems with current authentification.
account_email
field is not updated in db (tableoauth_account
)Describe the bug
When user clicks verification link in the mail it follows this path:
/internal/auth/verify
endpoint in backend (refers tofastapi_users.get_verify_router(UserRead)
)account_email
field is not updated (tableoauth_account
)Expected behavior
The
account_email
field should be changed.Additional context
FastAPI-users discussions:
fastapi-users/fastapi-users#1359
fastapi-users/fastapi-users#1360
The text was updated successfully, but these errors were encountered: