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

Upgraded hosted auth to PKCE #59

Merged
merged 3 commits into from
Jul 18, 2024
Merged

Upgraded hosted auth to PKCE #59

merged 3 commits into from
Jul 18, 2024

Conversation

rickycpadilla
Copy link
Collaborator

Enhanced the security of authorization code grant flow using PCKE.

Developers don't need to pass the client secret and can simply call:

passage.hostedAuthStart()
// Intercept authorization code and state from redirect, then:
passage.hostedAuthFinish(authCode, state)

@rickycpadilla rickycpadilla requested a review from a team July 18, 2024 01:06
@SinaSeylani SinaSeylani merged commit 08d6614 into main Jul 18, 2024
3 checks passed
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