Skip to content
New issue

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

[api] [auth] [ui] Add support for API and UI email verication when EMAIL_VERIFICATION_REQUIRED is True #261

Open
signebedi opened this issue Jun 14, 2024 · 1 comment

Comments

@signebedi
Copy link
Owner

signebedi commented Jun 14, 2024

This should change the initial emails sent to users when they create their own accounts, set them initially to inactive, and add a UI and API route to verify their account with an OTP.

@signebedi
Copy link
Owner Author

# Verify email
# @app.get("/ui/auth/verify_email", include_in_schema=False)
# async def ui_auth_verify_email():
# if not config.UI_ENABLED:
# raise HTTPException(status_code=404, detail="This page does not exist")

@signebedi signebedi pinned this issue Jul 3, 2024
@signebedi signebedi unpinned this issue Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant