-
Notifications
You must be signed in to change notification settings - Fork 166
Closed
Labels
Description
The readme specifies:
https://github.com/openid/AppAuth-JS/blob/master/README.md
The library also supports the PKCE extension to OAuth
However I cannot find any specification of code_challenge within the source code, therefore I would like some guidance of how to enable this?
For example if I look at the similarly named project AppAuth-Android I do find references to this expected PKCE parameter:
Thanks.
jakefeasel