-
Hi, thanks for the great work on this project!
I am using Auth0 and have been using the now deprecated django-rest-framework-jwt library but would like to switch to simplejwt. Part of the implement…
-
My environment as follows:
- macOS Sierra 10.12.6
- Python 3.6.0
- Django 2.0.5
- djangorestframework 3.8.2
- djangorestframework-jwt 1.11.0
### What is expected instead of "Unable to log i…
-
Hello,
I am new to Django, so probably I am doing something wrong, but this is what I found in case that it helps correcting this issue:
While creating an API, I noticed that the BE was always a…
-
Hi! Thanks for your work!
But I need help of community.
In my Django project with django-rest-framework, we use JWT authentication and want to implement the social login by google. So, I installe…
-
# Prerequisites
* [ ] Is it a bug?
* [x] Is it a new feature?
* [ ] Is it a question?
* [ ] Can you reproduce the problem?
* [x] Are you running the latest version?
* [x] Did you check for simil…
-
When sending requests to the "auth/jwt/create" endpoint, the message "No active account found with the given credentials" is not translated:
```
{
"detail": "No active account found with the gi…
Upr82 updated
7 months ago
-
### Willingness to contribute
Yes. I can contribute this feature independently.
### Proposal Summary
The goal is to ensure that access to the MLflow UI is authenticated using JWT tokens from ou…
-
This is warned about in test results
```
2024-03-01T04:04:54.0593164Z /home/runner/work/django-ansible-base/django-ansible-base/.tox/py311/lib/python3.11/site-packages/rest_framework/pagination.…
-
In Django-graphql-jwt was something like JWT_VERIFY_EXPIRATION, but in strawberry-django-auth i cannot find anything similar to this. How can I omit checking the token expiration date?
-
Related to https://github.com/howtographql/howtographql/issues/550
JWT in local storage is not secure. I recommend updating the authentication page here: https://www.howtographql.com/graphql-python…