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

PKCE required? #8

Open
barabo opened this issue Sep 14, 2021 · 0 comments
Open

PKCE required? #8

barabo opened this issue Sep 14, 2021 · 0 comments
Assignees
Labels
c10n-2021-09 Connectathon 28

Comments

@barabo
Copy link
Contributor

barabo commented Sep 14, 2021

If PKCE is required, remove the conditional logic surrounding it from the getToken code.

  if (PKCE) {
    params['code_verifier'] = session.pkceVerifier;
  }
@barabo barabo self-assigned this Sep 14, 2021
@barabo barabo added the c10n-2021-09 Connectathon 28 label Sep 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c10n-2021-09 Connectathon 28
Projects
None yet
Development

No branches or pull requests

1 participant