DEV Community

Discussion on: Are you using JWTs for user sessions in the correct way?

Collapse
 
supertokens profile image
SuperTokens • Edited

Thanks Shaijut!

API keys are a different way to authenticate APIs. They have nothing to do with session management. The session tokens on the other hand, should be stored in httpOnly, secure cookies.