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
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.