#Passport Personal Tokens

8 messages · Page 1 of 1 (latest)

fringe swallow
#

Hi guys, does anybody have tips how to fully automate Passport Personal Tokens to production CI/CD after executing php artisan passport:client --personal?
I mean, how do you automatically add the credentials to the environment after running the command?

PASSPORT_PERSONAL_ACCESS_CLIENT_SECRET="unhashed-client-secret-value"```
tepid timber
#

just generate them once and then store them in secrets?

fringe swallow
balmy shale
#

No need to do this on Passport 13.x anymore.

tepid timber
twilit mountain
#

I created the following command for this purpose and I use it:

balmy shale