1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-02-23 22:50:46 +00:00

Update auth config

This commit is contained in:
Daniel Supernault 2018-12-31 23:30:00 -07:00
parent edb12964f6
commit cdc7207297
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -42,7 +42,7 @@ return [
], ],
'api' => [ 'api' => [
'driver' => 'passport', 'driver' => 'token',
'provider' => 'users', 'provider' => 'users',
], ],
], ],