-
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…
-
https://www.django-rest-framework.org/
-
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…
-
# 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…
-
Master contain:
"djangorestframework>=3.7,
-
Hey, I'm not understanding which version of the stubs I need to install?
These are my installed modules per `pip list`.
```bash
django-stubs 4.2.7
django-stubs-ext 5.0.4
…
-
This PR added support for Union types in `djangorestframework-dataclasses`
- https://github.com/oxan/djangorestframework-dataclasses/pull/82
- https://github.com/oxan/djangorestframework-dataclass…
-
Introduced in #2335, `_UserModel` type alias is resolved by plugin to point to current `AUTH_USER_MODEL`.
This functionality is extremely helpful in certain circumstances, esp. when typing django-r…
-
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…