Skip to content

Instantly share code, notes, and snippets.

@guimossibento
Created February 7, 2022 18:57
Show Gist options
  • Save guimossibento/81f74bb68627ca76582088bc9a92534d to your computer and use it in GitHub Desktop.
Save guimossibento/81f74bb68627ca76582088bc9a92534d to your computer and use it in GitHub Desktop.
Gerar passport keys
This is because you didn't generate Oauth keys using passport keys.
Run
php artisan passport:keys
After that run the following command to generate a personal access client
php artisan passport:client --personal
Enter the details it asks you. Then you are done.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment