Closed raksrivastava closed 4 weeks ago
Hello @raksrivastava! The JWT token is stateless and has an expiration date, meaning it remains valid until that date, even after you log out.
BTW, this library serves as an integration between oidc-provider
and Nest. If you need further assistance, I recommend visiting the oidc-provider project and perhaps starting a discussion there.
Is there an existing issue for this?
Current behavior
JWT Token is not invalidated on logout from browser
Minimum reproduction code
No response
Steps to reproduce
No response
Expected behavior
I have logout from browser, but still can get data from /me API
oidc-provider version
7.14.3
nest-oidc-provider version
1.1.1
NestJS version
7.6.0
Packages versions
Node.js version
18
In which operating systems have you tested?
Other
No response