mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-04 19:55:33 +00:00
@ -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
|
||||
|
||||
Reference in New Issue
Block a user