Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace keycloak-connect protect method with jsonwebtoken.verify
We can use the verify() method that comes with the jsonwebtoken library to verify the client's auth token is valid. An invalid token will now return a Problem instance Updated API spec
- Loading branch information