-
Hi @suutari and thanks for publishing this project.
I'd like to use your workflow with another jwt authentication library for django-rest-framework:
https://github.com/davesque/django-rest-framewo…
-
Do you intend to actively maintain and develop this package?
I'm asking as I have projects which use this package and I have been maintaining a private version with additional bug fixes. If you in…
-
As in the title, I've got simple Django app where I use `rest_framework_simplejwt`. Other flows like i.e. user's creation work flawlessly, although I've encountered an issue with `DELETE` `/users/me/`…
-
"Authentication credentials were not provided." Error occur While access API through Postman
![capture4](https://user-images.githubusercontent.com/40147593/51296269-5901d700-1a41-11e9-9fc5-214d384e3…
-
* django_private_chat2 version: 1.0.2
* Django version: 4.0.1
* Python version: 10.0
* Operating System: Win 10
### Description
I want to use Rest Framework simpleJWT as authentication earlier …
-
According to [issue #5838 on the DRF repository](https://github.com/encode/django-rest-framework/issues/5838) and a [PR](https://github.com/encode/django-rest-framework/pull/5251) raised there, [djang…
-
I'm getting
```bash
`ImportError: cannot import name 'ugettext' from 'django.utils.translation' (C:\realtime-projects\python-django\.venv\Lib\site-packages\django\utils\translation\__init__.py). …
-
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…
-
**Expected Behavior**
when this is used:
```java
@Bean
SecurityFilterChain configure(HttpSecurity http, AuthorizationManager authz)
throws Exception {
http.oauth2Resour…
-
Hello, I was wondering if there was a way to specify a different `security` for each endpoint, so that some endpoints can have the security look like this:
```json
"security": [
{
"Api…