Skip to content

Commit

Permalink
flow pkce
Browse files Browse the repository at this point in the history
  • Loading branch information
suciptoid committed Apr 18, 2024
1 parent 4f49e1a commit 6380f64
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,10 @@ export default defineNuxtConfig({
login: "/auth/login",
callback: "/auth/redirect",
},
clientOptions: {
auth: {
flowType: "pkce",
},
},
},
});

0 comments on commit 6380f64

Please sign in to comment.