mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Customize cookie name
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
09abcb44bb
commit
4ac4f9b0a9
|
@ -91,6 +91,8 @@ class AuthServiceProvider extends ServiceProvider
|
|||
Passport::refreshTokensExpireIn(Carbon::now()->addYears(config('passport.expiration_years')));
|
||||
Passport::personalAccessTokensExpireIn(Carbon::now()->addYears(config('passport.expiration_years')));
|
||||
|
||||
Passport::cookie('snipeit_token');
|
||||
|
||||
|
||||
/**
|
||||
* BEFORE ANYTHING ELSE
|
||||
|
|
Loading…
Reference in a new issue