Hi, I am using the python client to logout a user using this function logout(). After calling this function, the access_token remains invalid. I have tried this anonymous_client.logout_with_request() function but the results were same.
I have read these articles:
https://fusionauth.io/learn/expert-advice/tokens/revoking-jwts
https://fusionauth.io/learn/expert-advice/tokens/pros-and-cons-of-jwts
If I understood correctly, this is the intended behaviour but I can still achieve the desired behaviour using JWTManager. But I could not find JWTManager for the python client.
So, in summary, is there any way to invalidate access_token when a user logs out.
Versions
Fusionauth-client 1.31
FusionAuth 1.31
Hi, I am using the python client to logout a user using this function
logout(). After calling this function, theaccess_tokenremains invalid. I have tried thisanonymous_client.logout_with_request()function but the results were same.I have read these articles:
https://fusionauth.io/learn/expert-advice/tokens/revoking-jwts
https://fusionauth.io/learn/expert-advice/tokens/pros-and-cons-of-jwts
If I understood correctly, this is the intended behaviour but I can still achieve the desired behaviour using
JWTManager. But I could not findJWTManagerfor the python client.So, in summary, is there any way to invalidate
access_tokenwhen a user logs out.Versions
Fusionauth-client 1.31
FusionAuth 1.31