robsontenorio / laravel-keycloak-guard

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

Help! Please. [Resolved] #65

Closed gvillela7 closed 2 years ago

gvillela7 commented 2 years ago

Hello my friends. laravel-keycloak does not connect to keycloak to verify token. OK? The firebase lib is used to check the veracity of the token, am I correct? How should my User table look, should I include the username field? I'm generating a token with insomnia and trying to consume a protected endpoint, so I get the following error: [Keycloak Guard] Signature verification failed

Are there any usage examples? Thanks.

robsontenorio commented 2 years ago

I suspect you have resolved.