You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
Currently I add an error handler to handle this exception:
"""app.errorhandler(BuildError)(on_authentication_fail)"""
But obviously it's the ugly solution, could you please share the idea how did you design the authentication for Api or what would be the right solution?
Thanks
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi
I noticed there will be an error raised when visit the API without authentication.
"""werkzeug.routing.BuildError: ('security.login', {}, None)"""
If this works as design, what would be the right way to avoid the error?
Thanks
The text was updated successfully, but these errors were encountered: