how to change user or log out user? #152
-
how can i change logged user after im logged in 1. time i want change user in same browser session (log out and show login page) how it is possible? looks like fief hold some session data |
Beta Was this translation helpful? Give feedback.
Answered by
frankie567
Mar 5, 2023
Replies: 1 comment
-
Yes, after clearing your own session you need to redirect to the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
filipagh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, after clearing your own session you need to redirect to the
/logout
page of Fief so session on Fief's side is also cleared. There is a dedicated method in the Python client to generate this URL: https://fief-dev.github.io/fief-python/fief_client.html#Fief.logout_url