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

added possibility to inject custom encryption object for IdToken response type

Open A-Shevchenko opened this issue 1 year ago • 1 comments

This is to address issue #1056 - simple dependency injection via setter + getter to fallback to default object if none was explicitly passed

A-Shevchenko avatar Nov 24 '23 17:11 A-Shevchenko

Also added the same thing for case with JWT access tokens

A-Shevchenko avatar Dec 04 '23 21:12 A-Shevchenko