passport-custom-jwt-claims icon indicating copy to clipboard operation
passport-custom-jwt-claims copied to clipboard

Missing jwt-claims on config folder

Open henriquerdd opened this issue 7 years ago • 2 comments

Good afternoon, publishing the service did not create the file config/jwt-claims.php, shouldn't it? I'm using laravel 5.4 and followed the instructions in here. Passport was already installed, so I just commented it's provider on config/app.php before doing anything else.

henriquerdd avatar Aug 29 '17 15:08 henriquerdd

maybe due to the presence of url('') in the config, I think you can create the file manually and also replace url('') with something static or from env.

cosmok avatar Oct 03 '17 23:10 cosmok

I created a soft link inside the config folder. It's working. Thanks for the reply.

Em 3 de out de 2017 8:34 PM, "Kesavan Rengarajan" [email protected] escreveu:

maybe due to the presence of url('') in the config, I think you can create the file manually and also relace url('') with something static or from env.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/benbjurstrom/passport-custom-jwt-claims/issues/1#issuecomment-334008925, or mute the thread https://github.com/notifications/unsubscribe-auth/AJbkT0rTg3RmhPREj1JiyPcJOV24x1Woks5sosRBgaJpZM4PGK1_ .

henriquerdd avatar Oct 04 '17 12:10 henriquerdd