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

[WIP] Drop dependency on auth0 #1247

Open
OliverDudgeon opened this issue Feb 27, 2024 · 0 comments
Open

[WIP] Drop dependency on auth0 #1247

OliverDudgeon opened this issue Feb 27, 2024 · 0 comments
Assignees

Comments

@OliverDudgeon
Copy link
Contributor

Motivation

Currently we use the nextjs-auth0 package despite using Keycloak as our auth provider. Since auth0 doesn't exactly implement OAuth 2.x and OIDC 1, we should ideally not be using this package. Keycloak lacks good off the shelf adapters for NextJS. 2

Options

Implement Own Adapater

This shouldn't be too tricky as it's just web requests for tokens. This will need to integrate with the different parts of NextJS: API routes, middleware, RSCs.

Footnotes

  1. Need to find docs listing differences

  2. There are React ones but these don't work great with NextJS's server side stuff.

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

No branches or pull requests

1 participant