mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
feat: add figma to list of oauth adapters
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import type { SvelteComponent } from 'svelte';
|
||||
import Apple from '$routes/(console)/project-[project]/auth/(providers)/appleOAuth.svelte';
|
||||
import Auth0 from '$routes/(console)/project-[project]/auth/(providers)/auth0OAuth.svelte';
|
||||
import Authentik from '$routes/(console)/project-[project]/auth/(providers)/authentikOAuth.svelte';
|
||||
@@ -8,6 +7,7 @@ import Main from '$routes/(console)/project-[project]/auth/(providers)/mainOAuth
|
||||
import Microsoft from '$routes/(console)/project-[project]/auth/(providers)/microsoftOAuth.svelte';
|
||||
import Oidc from '$routes/(console)/project-[project]/auth/(providers)/oidcOAuth.svelte';
|
||||
import Okta from '$routes/(console)/project-[project]/auth/(providers)/oktaOAuth.svelte';
|
||||
import type { SvelteComponent } from 'svelte';
|
||||
|
||||
export type Provider = {
|
||||
name: string;
|
||||
@@ -101,6 +101,12 @@ export const oAuthProviders: Record<string, Provider> = {
|
||||
docs: 'https://developers.facebook.com/',
|
||||
component: Main
|
||||
},
|
||||
figma: {
|
||||
name: 'Figma',
|
||||
icon: 'figma',
|
||||
docs: 'https://www.figma.com/developers/api#access-tokens',
|
||||
component: Main
|
||||
},
|
||||
github: {
|
||||
name: 'GitHub',
|
||||
icon: 'github',
|
||||
|
||||
Reference in New Issue
Block a user