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({
|
||||
clientId: process.env.AUTHENTIK_ID,
|
||||
clientSecret: process.env.AUTHENTIK_SECRET,
|
||||
issuer: process.env.AUTHENTIK_ISSUER,
|
||||
clientId: env.AUTHENTIK_ID,
|
||||
clientSecret: env.AUTHENTIK_SECRET,
|
||||
issuer: env.AUTHENTIK_ISSUER,
|
||||
}),
|
||||
/**
|
||||
* ...add more providers here.
|
||||
|
|
|
|||
Loading…
Reference in a new issue