Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate Providers for different parts of the application #313

Open
abasu0713 opened this issue Dec 24, 2024 · 1 comment
Open

Separate Providers for different parts of the application #313

abasu0713 opened this issue Dec 24, 2024 · 1 comment

Comments

@abasu0713
Copy link

Question

I want to have 2 separate sets of sets of authentication strategies. For example:

  • One set of pages that are accessible to regular users
  • One set of pages that are accessible to admin users

Let's say I use Keycloak. And I want to use 2 separate realms for this kind of solution. The users one that supports sign-up, where as the admin ones that don't. How would I go about it? I am familiar with Keycloak side of things. But from what I understand I can only have a single EventHandler for each provider when using this nuxt-auth-utils module. Would that assumption be correct?

Any suggestion or direction for this would be much appreciated.

PS: Love the work this repo/community is doing. Kudos to you!

@abasu0713
Copy link
Author

any update on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant