How does OAuth2 tokens work?
In Laravel Passport I can generate a client which seems to be a binding of a user with a secret. Then I can generate an access token, and for that I have an ID, which is not matching the token. The token seems not stored anywhere in the database.
My ...