xdavidwu / laravel-oidc-auth

OpenID Connect authentication for Laravel
MIT License
8 stars 6 forks source link

support PKCE #3

Open xdavidwu opened 2 years ago

xdavidwu commented 2 years ago

league/oauth2-client recently got PKCE support (unreleased)

API added seems easy to enable it on top of steverhoades/oauth2-openid-connect-client

Peddaahh commented 1 year ago

what's the current state on this topic?

xdavidwu commented 1 year ago

league/oauth2-client PKCE support was released

but i am currently busy with other projects and don't have an urgent need on this. may do it someday. contributions are also welcomed.