Skip to content

Tokens saved on auth_identities table #967

Answered by lonnieezell
kairiex2 asked this question in Q&A
Discussion options

You must be logged in to vote

You can ignore the extra field 9/10 times. It's there in case the authorization library needs to save a bit of other information to work correctly.

Authorization tokens are long lived identifiers that serve a different use case then session based authorization, and can have a different set of permissions tied to it.

The best way to look at is like GitHub. When you log into GitHub you are using a session-based authorization. But when you want to use their API you need to generate a Personal Access Token. The token can be regenerated at any time without affecting your ability to log into the system.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@kairiex2
Comment options

@lonnieezell
Comment options

@kairiex2
Comment options

Answer selected by kairiex2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants