Skip to content

Commit

Permalink
chore(auth): add authentik
Browse files Browse the repository at this point in the history
  • Loading branch information
IncognitoTGT committed Nov 5, 2024
1 parent db23ec8 commit 87ee084
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/lib/auth.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { LogIn } from "lucide-react";
import type { NextAuthConfig } from "next-auth";
import type { OAuthUserConfig, OIDCUserConfig, Provider } from "next-auth/providers";
import Auth0 from "next-auth/providers/auth0";
import Authentik from "next-auth/providers/authentik";
import Discord from "next-auth/providers/discord";
import GitHub from "next-auth/providers/github";
import GitLab from "next-auth/providers/gitlab";
Expand Down Expand Up @@ -41,6 +42,10 @@ const providersList = {
provider: Okta,
Icon: LogIn,
},
authentik: {
provider: Authentik,
Icon: LogIn,
},
mattermost: {
provider: Mattermost,
Icon: MattermostIcon,
Expand Down

0 comments on commit 87ee084

Please sign in to comment.