oauth2-server-php
oauth2-server-php copied to clipboard
Any plans to support the PKCE OAuth2 flow?
More information here: https://pfelix.wordpress.com/2016/02/15/oauth-2-0-and-pkce/ and here: https://tools.ietf.org/html/rfc7636
Hi @CoDanny ! We have no plans yet, but this is an interesting spec, and definitely seems like one worth supporting.
Whats the recommended flow to use for native apps if this flow is not available with this library ?
Authorization code with the risk of an app responding to the same scheme registered by own app?
I need to implement PKCE ASAP for a project of mine. Do you have already written something or I have to start from scratch? In the second case what's the better way to submit my solution? A pull request is ok?
PKCE support was added in v1.14.0 so this issue can be closed now.