robsontenorio / laravel-keycloak-guard

🔑 Simple Keycloak Guard for Laravel
MIT License
419 stars 137 forks source link

Add token algorithm encryption configuration support #113

Closed marwins closed 5 months ago

marwins commented 5 months ago

Hey @robsontenorio, nice library :).

Here's a pull request to add jwt token encryption configuration, it would be great if it could be part of the next release.

Let me know if you need me to do any change.

Thank you.

robsontenorio commented 5 months ago

Thanks !

Could you please add a test to check if it decodes the token using the proper algorithm?

marwins commented 5 months ago

@robsontenorio I added a test