Skip to content

Commit

Permalink
docs: add comment for artic documentation link
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-dalmet committed Oct 21, 2024
1 parent a9ed445 commit 83d3cbf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/features/auth/oauth-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import { FaDiscord, FaGithub, FaGoogle } from 'react-icons/fa6';
import { entries } from 'remeda';
import { z } from 'zod';

// See Artic documentation to setup and/or add more providers https://arcticjs.dev/

export type OAuthProvider = z.infer<ReturnType<typeof zOAuthProvider>>;
export const zOAuthProvider = () => z.enum(['github', 'google', 'discord']);

Expand Down

0 comments on commit 83d3cbf

Please sign in to comment.