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

feat: Add Discord as Identity Provider #440

Merged
merged 1 commit into from
Dec 30, 2023

Conversation

foestauf
Copy link
Contributor

What does this PR do?

Adds support for Discord as an identity provider

Which issue(s) does this PR fix?

#214

If this PR affects any API reference documentation, please share the updated endpoint references

@foestauf
Copy link
Contributor Author

Putting up a draft PR. Work is mostly complete but I am running into an issue with around verifying state on the oauth callback handler.

@lakhansamani
Copy link
Contributor

@foestauf thank you for the

You can set state with any random string while making a request, it verifies if that state is persistent with request

Example https://demo.authorizer.dev/oauth_login/google?state=test&redirect_uri=https://google.com

@foestauf foestauf marked this pull request as ready for review December 20, 2023 03:17
@lakhansamani lakhansamani merged commit ca71aba into authorizerdev:main Dec 30, 2023
@foestauf foestauf deleted the feat/discord-provider branch December 30, 2023 15:26
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

Successfully merging this pull request may close these issues.

2 participants