1
0
Fork 0
mirror of synced 2024-09-28 07:21:35 +12:00

Merge pull request #2682 from brandonroberts/fix-console-web-docs

fix: update sdk to web-default for auth docs links from console
This commit is contained in:
Eldad A. Fux 2022-01-24 23:14:00 +02:00 committed by GitHub
commit d444bd538d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,35 +7,35 @@ return [
'name' => 'Email/Password', 'name' => 'Email/Password',
'key' => 'emailPassword', 'key' => 'emailPassword',
'icon' => '/images/users/email.png', 'icon' => '/images/users/email.png',
'docs' => 'https://appwrite.io/docs/client/account?sdk=web#accountCreateSession', 'docs' => 'https://appwrite.io/docs/client/account?sdk=web-default#accountCreateSession',
'enabled' => true, 'enabled' => true,
], ],
'magic-url' => [ 'magic-url' => [
'name' => 'Magic URL', 'name' => 'Magic URL',
'key' => 'usersAuthMagicURL', 'key' => 'usersAuthMagicURL',
'icon' => '/images/users/magic-url.png', 'icon' => '/images/users/magic-url.png',
'docs' => 'https://appwrite.io/docs/client/account?sdk=web#accountCreateMagicURLSession', 'docs' => 'https://appwrite.io/docs/client/account?sdk=web-default#accountCreateMagicURLSession',
'enabled' => true, 'enabled' => true,
], ],
'anonymous' => [ 'anonymous' => [
'name' => 'Anonymous', 'name' => 'Anonymous',
'key' => 'anonymous', 'key' => 'anonymous',
'icon' => '/images/users/anonymous.png', 'icon' => '/images/users/anonymous.png',
'docs' => 'https://appwrite.io/docs/client/account?sdk=web#accountCreateAnonymousSession', 'docs' => 'https://appwrite.io/docs/client/account?sdk=web-default#accountCreateAnonymousSession',
'enabled' => true, 'enabled' => true,
], ],
'invites' => [ 'invites' => [
'name' => 'Invites', 'name' => 'Invites',
'key' => 'invites', 'key' => 'invites',
'icon' => '/images/users/invites.png', 'icon' => '/images/users/invites.png',
'docs' => 'https://appwrite.io/docs/client/teams?sdk=web#teamsCreateMembership', 'docs' => 'https://appwrite.io/docs/client/teams?sdk=web-default#teamsCreateMembership',
'enabled' => true, 'enabled' => true,
], ],
'jwt' => [ 'jwt' => [
'name' => 'JWT', 'name' => 'JWT',
'key' => 'JWT', 'key' => 'JWT',
'icon' => '/images/users/jwt.png', 'icon' => '/images/users/jwt.png',
'docs' => 'https://appwrite.io/docs/client/account?sdk=web#accountCreateJWT', 'docs' => 'https://appwrite.io/docs/client/account?sdk=web-default#accountCreateJWT',
'enabled' => true, 'enabled' => true,
], ],
'phone' => [ 'phone' => [