Flask-User icon indicating copy to clipboard operation
Flask-User copied to clipboard

Customizable User Authorization & User Management: Register, Confirm, Login, Change username/password, Forgot password and more.

Results 104 Flask-User issues
Sort by recently updated
recently updated
newest added

Hi, I want to send email asynchronously. I tried with Thread in decorator, but maybe quite normal leads to error: RuntimeError: working outside of application context Is there an elegant...

Is this project dead? there haven't been any updates in 4 years and all the versions have been yanked.

Thank you for sharing your work! It would be nice to have this integration. Basically, if someone already has OpenID, they would use that and an entry will be created...

Feature request
Not planned

BuildError werkzeug.routing.exceptions.BuildError: Could not build url for endpoint 'signinpage'. Did you mean 'loginagent' instead? Traceback (most recent call last) File "C:\Users\varunaveem\AppData\Local\Programs\Python\Python310\lib\site-packages\flask\app.py", line 2548, in __call__ return self.wsgi_app(environ, start_response) File "C:\Users\varunaveem\AppData\Local\Programs\Python\Python310\lib\site-packages\flask\app.py",...