-
I've been trying setup AWS Cognito using JWK_URL, but not working. Is there a way to do this?
My `settings.py`
``` python
SIMPLE_JWT = {
"JWK_URL": "https://cognito-idp.us-east-1.amazonaw…
-
# Background
The JWT dependence "djangorestframework-jwt" [stop being maintained ](https://github.com/jpadilla/django-rest-framework-jwt/issues/484)with [obvious BUGS
of token refreshing](https://g…
-
Investigate upgrading to Python 3 and Django 2.0. Djangorestframework might also need to be upgraded along with Django.
Come up with an assessment of how difficult the upgrades will be and where th…
-
This PR added support for Union types in `djangorestframework-dataclasses`
- https://github.com/oxan/djangorestframework-dataclasses/pull/82
- https://github.com/oxan/djangorestframework-dataclass…
-
I am using the https://github.com/vbabiy/djangorestframework-camel-case in order to format the response to camel case. The problem is when there is any Error is raised, the fields are rendered as sna…
-
We use the package [djangorestframework-xml](https://github.com/jpadilla/django-rest-framework-xml) in edx/course-discovery, edx/edx-enterprise, edx/edx-platform, edx/enterprise-catalog. It hasn't yet…
-
Need to switch on drf-jwt, an official fork
https://github.com/Styria-Digital/django-rest-framework-jwt
-
### Terms
- [X] I have searched [open and closed feature requests](https://github.com/activist-org/activist/issues?q=is%3Aissue+label%3Afeature)
- [X] I agree to follow activist's [Code of Conduct](h…
-
https://docs.djangoproject.com/en/5.1/ref/settings/#secret-key-fallbacks
https://github.com/jazzband/djangorestframework-simplejwt/pull/746
-
I am trying to have a custom email template. When I use `PasswordResetForm`, everything seems to work fine:
```python
from django.contrib.auth.forms import PasswordResetForm
class CustomPasswo…