Skip to content

Storing access token #1456

Answered by noxify
dtgreene asked this question in Help
Feb 23, 2024 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

I would store it in a separate table and would also store the refresh token to enable a token refresh without an user interaction.

But you could also store it in the user table.

But make sure you don't expose it and make it public to the client. ( I assume you knew this already. If not, now you know it ;) )

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@dtgreene
Comment options

Answer selected by dtgreene
Comment options

You must be logged in to vote
1 reply
@dtgreene
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
3 participants