oidcc icon indicating copy to clipboard operation
oidcc copied to clipboard

Restructure PKCE handling

Open maennchen opened this issue 1 year ago • 0 comments

This issue is here to track improvements whenever we start work on a new major release since it will cause breaking changes. It is not intended to be solved right now.

Current situation

PKCE will only be requested when the pkce_verifier option is passed.

Desired

PKCE will automatically be enabled & a secret generated if there's supported code challenges. The result of the authorization function should result in both a url and the PKCE verifier if one was used.

maennchen avatar Nov 12 '24 21:11 maennchen