oauth2-server-php
oauth2-server-php copied to clipboard
added possibility to inject custom encryption object for IdToken response type
This is to address issue #1056 - simple dependency injection via setter + getter to fallback to default object if none was explicitly passed
Also added the same thing for case with JWT access tokens