[Vuejs]-What does "access_token" mean? in Laravel Passport Social Grant

0👍

So actually access_token is not really related to the Laravel package itself.
The package is just following OAuth standard. You can read more about it here: https://www.oauth.com/oauth2-servers/access-tokens/

Leave a comment