Skip to content

Old tokens can still be used after logging out. #355

Description

@PhamChiNang151020

Hi, I have a problem as follows

Currently I am using: aad_oauth: ^0.4.3

  1. I did: await oauth.login() -> Token got

e.x token1 = "abc123".

  1. After successful login. I use

await oauth.logout();

  1. 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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions