eve-auth-jwt icon indicating copy to clipboard operation
eve-auth-jwt copied to clipboard

Eve OAuth 2.0 JWT token validation authentication module

Results 6 eve-auth-jwt issues
Sort by recently updated
recently updated
newest added

Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.7.1 to 2.4.0. Release notes Sourced from pyjwt's releases. 2.4.0 Security [CVE-2022-29217] Prevent key confusion through non-blocklisted public key formats. https://github.com/jpadilla/pyjwt/security/advisories/GHSA-ffqj-6fqr-9h24 What's Changed Add support for Python...

dependencies

The call to abort seems to use wrong parameters. This new call returns the proper headers for authenticate() Fixes rs/eve-auth-jwt#19

The authenticate method is returning: ```http ('WWW-Authenticate', 'Bearer realm="eve_auth_jwt", error="invalid_token"'): ('Content-Type', 'text/html; charset=utf-8') ``` instead of ```http WWW-Authenticate: Bearer realm="eve_auth_jwt", error="invalid_token" ``` which, apart of being an invalid header, makes...

check_token fails for endpoints without DOMAIN entry, this is for example the case if you set SCHEMA_ENDPOINT, on the root /schema it will always fail because this `resource_conf = config.DOMAIN[resource]...

I want to use it in my project and am wondering if this project is deprecated.