jeremy379 / laravel-openid-connect

Implement OpenID Connect inside Laravel
MIT License
26 stars 13 forks source link

Question about Keys #8

Closed WendellAdriel closed 12 months ago

WendellAdriel commented 1 year ago

This package looks great, I'm going to create an OpenID implementation for an app and this is what I was looking for, I just have a quick question about the keys.

In Passport, I can set the keys as ENV variables: https://laravel.com/docs/10.x/passport#loading-keys-from-the-environment

Does this package support this?

jeremy379 commented 12 months ago

Hello

Thanks to this contribution it should be supported :)

WendellAdriel commented 12 months ago

That's great, thank you so much! 🔥 💪