robsontenorio / laravel-keycloak-guard

🔑 Simple Keycloak Guard for Laravel
MIT License
434 stars 141 forks source link

[Feature] Validate token using userInfo endpoint #55

Closed mrtnzagustin closed 2 years ago

mrtnzagustin commented 3 years ago

I am planning to create a custom guard in my laravel backend code, based on your llb, but adding the control of the token via userInfo endpoint. Would you like to add this feature?

robsontenorio commented 2 years ago

@mrtnzagustin I would like to keep current behavior: this package does not call any external resource. It is passive by design.

mrtnzagustin commented 2 years ago

I understand, thanks for the lib it was very useful.