doorkeeper-gem / doorkeeper-openid_connect

OpenID Connect extension for Doorkeeper
MIT License
173 stars 115 forks source link

Support dynamic signing_key #207

Open caherrerapa opened 4 months ago

caherrerapa commented 4 months ago

In some cases such as multi-tenant scenarios, we want to allow the signing key to be loaded based on the result of a block instead of a hardcoded string that would apply to the entire application instead of having different keys based on the context (e.g. different key per tenant)