bshaffer / oauth2-server-php

A library for implementing an OAuth2 Server in php
http://bshaffer.github.io/oauth2-server-php-docs
MIT License
3.26k stars 950 forks source link

added possibility to inject custom encryption object for IdToken response type #1057

Open A-Shevchenko opened 1 year ago

A-Shevchenko commented 1 year ago

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

A-Shevchenko commented 11 months ago

Also added the same thing for case with JWT access tokens