We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2384226 commit 9943a14Copy full SHA for 9943a14
apps/frontend/auth.ts
@@ -7,7 +7,7 @@ import clientPromise from "./lib/mongodb"
7
8
export const { handlers, signIn, signOut, auth } = NextAuth({
9
adapter: MongoDBAdapter(clientPromise, {databaseName: 'gladosdb'}),
10
- providers: [GitHub, Google, Keycloak], //Add Keycloak here to do local testing
+ providers: [GitHub, Google], //Add Keycloak here to do local testing
11
callbacks: {
12
authorized: async ({ auth }) => {
13
// Logged in users are authenticated, otherwise redirect to login page
0 commit comments