Closed
Conversation
Author
|
Is there a way I can include the guide on how to setup Descope as a Convex provider in the Docs, along with adding docs on the module created here, like this: https://docs.convex.dev/api/modules/react_clerk? |
Contributor
|
Hi @gaokevin1! Wow sorry to get to this so late. We decided not to add auth providers after our initial two, we don't want to grow this package any more; but we'd love to link to a package and example, and describe the setup in our docs! |
Contributor
|
Also note that integration possibilities have expanded since last year: we still recommend OpenID as it's easier to set up, but it's now possible to use any kind of JWT: https://docs.convex.dev/auth/advanced/custom-jwt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds Descope as a Default OAuth Provider with Convex, as is already the case with Auth0 and Clerk.
The PR that includes an example of a react app that uses this can be found here: get-convex/convex-demos#29
We have many customers who have asked us if we can work with Convex and are creating docs for them, but we would like to make it as easy as possible for our customers to use Descope with Convex. There are some concerns of using Convex from those who were already using Descope with another API Gateway because of this, but this should quell any of those concerns for our customers.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.