Hoop.dev is an open-source access gateway that provides secure, seamless, and audited access to databases and infrastructure without exposing credentials or sensitive data.
This Pull Request allow JWT access tokens to be used in cases of access tokens obtained through grants where no resource owner is involved, such as the client credentials grant.
It allow the check against the authorized to bypass in case there's a "gty" claim (Auth0 specific)
Include the "client_id" claim to deny the request if it doesn't match the configured client_id
This Pull Request allow JWT access tokens to be used in cases of access tokens obtained through grants where no resource owner is involved, such as the client credentials grant.