Hi, I have a problem as follows
Currently I am using: aad_oauth: ^0.4.3
- I did:
await oauth.login() -> Token got
e.x token1 = "abc123".
- After successful login. I use
await oauth.logout();
- I log in again similar to step 1.
e.x token2 = "asd567"
After logging in in step 3, I tried using token1 to call oidc/userinfo (roughly get user information)
Then the old token still works (token1)
Hi, I have a problem as follows
Currently I am using: aad_oauth: ^0.4.3
await oauth.login()-> Token gote.x
token1 = "abc123".await oauth.logout();e.x
token2 = "asd567"After logging in in step 3, I tried using token1 to call
oidc/userinfo(roughly get user information)Then the old token still works (token1)