Thanks for creating this library - it's pretty useful!
The support for customizing JWT key storage through storage implementations works well for cloud storage scenarios like S3. However, I'm wondering if there are any drawbacks to also supporting direct reading of JWT keys from environment variables.
This would simplify setup for:
Containerized deployments
Integration with secret management systems
Development environments
Are there specific reasons this approach wasn't included?
Thanks for creating this library - it's pretty useful!
The support for customizing JWT key storage through storage implementations works well for cloud storage scenarios like S3. However, I'm wondering if there are any drawbacks to also supporting direct reading of JWT keys from environment variables.
This would simplify setup for:
Are there specific reasons this approach wasn't included?