Skip to content

Commit

Permalink
fix(logout): remove logout URL and let lib handle user session clearing
Browse files Browse the repository at this point in the history
  • Loading branch information
brucetony committed Aug 13, 2024
1 parent d42344b commit 4ab53de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ export default defineNuxtConfig({
userinfoUrl:
process.env.KEYCLOAK_SERVICE_URL +
"/protocol/openid-connect/userinfo",
logoutUrl:
process.env.KEYCLOAK_SERVICE_URL + "/protocol/openid-connect/logout",
},
},
session: {
Expand Down

0 comments on commit 4ab53de

Please sign in to comment.