oauth2-server-php icon indicating copy to clipboard operation
oauth2-server-php copied to clipboard

Any plans to support the PKCE OAuth2 flow?

Open CoDanny opened this issue 9 years ago • 4 comments

More information here: https://pfelix.wordpress.com/2016/02/15/oauth-2-0-and-pkce/ and here: https://tools.ietf.org/html/rfc7636

CoDanny avatar Jul 25 '16 10:07 CoDanny

Hi @CoDanny ! We have no plans yet, but this is an interesting spec, and definitely seems like one worth supporting.

bshaffer avatar Jul 27 '16 16:07 bshaffer

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?

Herz3h avatar Jul 04 '17 07:07 Herz3h

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?

belinde avatar Mar 10 '18 12:03 belinde

PKCE support was added in v1.14.0 so this issue can be closed now.

dgwyer avatar Mar 18 '24 17:03 dgwyer