<@441305053513646081> cause the access token isn’t...
# support-questions-legacy
r
@seniorquico cause the access token isn’t meant to be used like a typical JWT is meant to be used. A typical JWT is meant to let third party systems be able to verify the contents of the JWTs in a stateless manner. Whereas, our access tokens are strictly meant for session management between your frontend and backend only. No third party system involved.