djangorestframework-auth0 icon indicating copy to clipboard operation
djangorestframework-auth0 copied to clipboard

Library to simply use Auth0 token authentication in DRF within djangorestframework-jwt

Results 9 djangorestframework-auth0 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

When doing some tests, I kept getting the following DeprecationWarning: ``` /xxxx/lib/python3.8/site-packages/jwt/api_jwt.py:77: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode()....

Due to recent modifications introduced on #51 `memcached` and token validation must be done in order to improve the now poor speed when validating user roles, permissions and groups

Currently the user_id has the pipe character replaced with a dot. This is necessary due to the limitations of the default Django user model. If someone wants to or already...

Is there any easy way to use different User model for this extension? I would like to use contrib.user for django application and my own .user model just for Auth0...

I'm looking at: https://github.com/mcueto/djangorestframework-auth0/blob/master/rest_framework_auth0/authentication.py#L46 Where you're modifying the global config object. I'm concerned that this will get all bolluxed up if there are simultaneous requests using different client settings on...

question

I was testing the extension and found that `roles`, `groups` and `permissions` are not necessarily included on app_metadata. If one selects the fields on the **Token Contents** section, then they...

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.0 to 39.0.1. Changelog Sourced from cryptography's changelog. 39.0.1 - 2023-02-07 * **SECURITY ISSUE** - Fixed a bug where ``Cipher.update_into`` accepted Python buffer protocol objects, but allowed...

dependencies

Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.6.20 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...

dependencies