Replies: 1 comment
-
You can already customize the redirect_uri by using the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I like the
@auth.login_required
decorator although its implementation seems to be lacking.I was able to have the
login_required
decorator redirect the client to thetemplates/identity/login.html
page like recommended in your GitHub. When redirected, the url remains the same as what the client entered. Would be possible to have the redirect URL set to a route of our choice, like/auth/login
?I saw that the Abstract Base Class (https://identity-library.readthedocs.io/en/stable/abc.html) has the login and logout built into the redirect URI. Seen in the
redirect_uri
parameter:Is this possible with the flask.auth class?
Beta Was this translation helpful? Give feedback.
All reactions