Closed thomaspalmer closed 2 years ago
Is there something we haven't released that is needed?
Hey,
I couldn’t get PKCE support through normal install channels. I’ve ended up writing my own provider for it now as I also needed support for certificate credentials. If you’re interested in a PR for that let me know.
Thanks for replying.
On 26 Oct 2022, at 16:24, Woody Gilk @.***> wrote:
Is there something we haven't released that is needed?
— Reply to this email directly, view it on GitHub https://github.com/thephpleague/oauth2-client/issues/977#issuecomment-1292220126, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQW2KVYINFOWFTAZQXNPADWFFEMTANCNFSM6AAAAAARLYB2B4. You are receiving this because you authored the thread.
@shadowhand We haven't done a release since merging #901, which is what I think @thomaspalmer is asking for.
Hey,
That's correct @ramsey.
Not such a problem anymore as I've added my own provider, keep up the good work :)
@ramsey @shadowhand looks like this release is still not done (which is why #982 was reported btw)
PKCE support is now available in version 2.7.0.
Hello!
Thanks for this package!
I've been successfully implementing an auth flow using pkce, using your library. Just wondering when there might a stable release for it as I'm having to point my composer config to your repository.
Unless I'm missing something of course...
Keep up the good work.