Hi everyone,
I’m encountering an issue with Auth0’s bearer tokens, specifically regarding the sid
(session ID) claim.
Here’s what happened:
- I was logged in as User A, and their session eventually expired.
- Afterwards, I logged in as User B.
- I noticed that the new bearer token for User B contained the same
sid
value that was previously issued to User A.
Is this expected behavior? Shouldn’t the sid
be unique per user session?
Could this be a misconfiguration on my end, or is it potentially a bug within Auth0?
Any insights or experiences with similar behavior would be greatly appreciated. Thanks in advance!