File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 3030 | users are actually retrieved out of your database or other storage
3131 | mechanisms used by this application to persist your user's data.
3232 |
33- | Supported: "session"
33+ | Supported: "session", "jwt"
3434 |
3535 */
3636
4040 'provider ' => 'users ' ,
4141 ],
4242
43- # 'api' => [
44- # 'driver' => 'session ',
45- # 'provider' => 'users',
46- # ],
43+ 'api ' => [
44+ 'driver ' => 'jwt ' ,
45+ 'provider ' => 'users ' ,
46+ ],
4747 ],
4848
4949 /*
Original file line number Diff line number Diff line change 7878$ app ->register (Radiate \Encryption \EncryptionServiceProvider::class);
7979$ app ->register (Radiate \Foundation \Providers \FormRequestServiceProvider::class);
8080$ app ->register (Radiate \Hashing \HashServiceProvider::class);
81+ $ app ->register (Radiate \JWT \JwtServiceProvider::class);
8182$ app ->register (Radiate \Mail \MailServiceProvider::class);
8283$ app ->register (Radiate \Routing \RoutingServiceProvider::class);
8384$ app ->register (Radiate \Schedule \ScheduleServiceProvider::class);
119120 'Gate ' => \Radiate \Support \Facades \Gate::class,
120121 'Hash ' => \Radiate \Support \Facades \Hash::class,
121122 'Http ' => \Radiate \Support \Facades \Http::class,
123+ 'JWT ' => \Radiate \Support \Facades \JWT ::class,
122124 'Mail ' => \Radiate \Support \Facades \Mail::class,
123125 'Option ' => \Radiate \Support \Facades \Option::class,
124126 'Request ' => \Radiate \Support \Facades \Request::class,
You can’t perform that action at this time.
0 commit comments