Skip to content

Commit 9943a14

Browse files
committed
remove keycloak
1 parent 2384226 commit 9943a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontend/auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import clientPromise from "./lib/mongodb"
77

88
export const { handlers, signIn, signOut, auth } = NextAuth({
99
adapter: MongoDBAdapter(clientPromise, {databaseName: 'gladosdb'}),
10-
providers: [GitHub, Google, Keycloak], //Add Keycloak here to do local testing
10+
providers: [GitHub, Google], //Add Keycloak here to do local testing
1111
callbacks: {
1212
authorized: async ({ auth }) => {
1313
// Logged in users are authenticated, otherwise redirect to login page

0 commit comments

Comments
 (0)