trikoder / oauth2-bundle

Symfony bundle which provides OAuth 2.0 authorization/resource server capabilities.
https://www.trikoder.net/
MIT License
249 stars 114 forks source link

in_memory persistence: provide client_id and client_secret from .env files #288

Open smilesrg opened 3 years ago

smilesrg commented 3 years ago

I was unable to find how to configure the in_memory provider. It seems it does not support predefined values (e.g. from .env files). Would it be possible to add such feature?

AlexandreKilian commented 2 years ago

Definitvely something I would love to see, because storing those files in a repo would make the encryption completely pointless