I am deploying my laravel API to server through Vapor, but when I test the Register API is shows issues regarding oauth private key, after some research I found in vapor laravel dedicate size 4kb for environment variables, but Laravel Passport keys are exceed to 4kb, but with the help of below command
vapor secret production
I can create a secrets so vapor are able to proceed the Private key after that it asks for Name
in documentation it is not clear what does name means
question from:
https://stackoverflow.com/questions/65935822/passport-oauth-private-key-in-vapor 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…