-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Add Ory
provider
#10843
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
Add Ory
provider
#10843
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
@aeneasr is attempting to deploy a commit to the authjs Team on Vercel. A member of the Team first needs to authorize it. |
* | ||
* ### Resources | ||
* | ||
* - [Ory + Auth.js integration](https://www.ory.sh/docs/getting-started/integrate-auth/auth-js) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This page will be released once this PR is merged
This PR requires nextauthjs/next-auth#10843 to be merged first.
This PR requires nextauthjs/next-auth#10843 to be merged and released first.
I'm not sure what type of tests to add for this PR or whether they are required. Documentation was added, and additional documentation will be released here: ory/docs#1730 |
Ory supports two ways to run IAM - self-hosted or as a managed service. This PR adds a provider for the managed service and separates the managed provider and the self-hosted provider.
Hello @ThangHuuVu, |
It looks like this issue did not receive any activity for 60 days. It will be closed in 7 days if no further activity occurs. If you think your issue is still relevant, commenting will keep it open. Thanks! |
It‘s waiting on maintainers for merge :) |
To keep things tidy, we are closing this issue for now. If you think your issue is still relevant, leave a comment and we might reopen it. Thanks! |
Hello @ThangHuuVu this is not stale, just waiting for a review - do you still want to add this tutorial to your documentation or should it be kept outside of nextauth? |
forgive the incessant pings @ThangHuuVu @balazsorban44 @ndom91 @iaincollins - any chance we can get this reopened and merged? |
Bump. Don't mind me, I'm just looking into using Ory with Auth.js and I stumbled on this PR. Any chance for this to get merged or maybe there is a new thread about this? |
Unfortunately I am not allowed to reopen the PR |
☕️ Reasoning
Adds support for Ory.
Ory supports two ways to run IAM - self-hosted or as a managed service. This PR adds a provider for the managed service and separates the managed provider and the self-hosted provider.
We can optionally also deprecate the
OryHydra
provider as it is incorrectly named and replace it just with the Ory provider.🧢 Checklist
Tests🎫 Affected issues
None
📌 Resources