Replies: 1 comment
-
That's a great idea. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using different auth options in the same nuxt app.
My suggestion:
Set the default auth option in
nuxt.config.ts
as until now.Whenever we need a different auth option, we could simply overwrite the default config when using the composable, like:
I’ve looked at the repository’s code, but without refactoring the code it is currently not able to use different auth options …
Beta Was this translation helpful? Give feedback.
All reactions