added auth
This commit is contained in:
parent
0ff47a493d
commit
278cadbb28
1 changed files with 3 additions and 3 deletions
|
|
@ -59,9 +59,9 @@ export const authOptions: NextAuthOptions = {
|
||||||
]
|
]
|
||||||
: []),
|
: []),
|
||||||
AuthentikProvider({
|
AuthentikProvider({
|
||||||
clientId: process.env.AUTHENTIK_ID,
|
clientId: env.AUTHENTIK_ID,
|
||||||
clientSecret: process.env.AUTHENTIK_SECRET,
|
clientSecret: env.AUTHENTIK_SECRET,
|
||||||
issuer: process.env.AUTHENTIK_ISSUER,
|
issuer: env.AUTHENTIK_ISSUER,
|
||||||
}),
|
}),
|
||||||
/**
|
/**
|
||||||
* ...add more providers here.
|
* ...add more providers here.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue