1
0
Fork 0
mirror of synced 2024-06-02 19:04:49 +12:00

fix scope

This commit is contained in:
Damodar Lohani 2021-08-30 16:54:45 +05:45
parent 22ceb1dc7c
commit 56fdbf9e3e

View file

@ -615,7 +615,7 @@ App::get('/v1/account/sessions/oauth2/:provider/redirect')
App::post('/v1/account/sessions/url')
->desc('Create Magic URL for creating sessions')
->groups(['api', 'account'])
->label('scope', 'account')
->label('scope', 'public')
->label('sdk.auth', [])
->label('sdk.namespace', 'account')
->label('sdk.method', 'createMagicURL')