-
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?
-
## Problem description:
`django_graphql_jwt` provides nice decorators to protect queries and mutations. However there is no easy way to protect GraphQL view to non-authenticated users. When using bas…
-
## Feature Request Type
- [x] Minor improvement by re-exporting something from strawberry
## Description
When I was working with the documentation improvements the other week, one area where …
-
## Summary
If a nested field is updated via the parent field, a validation on the nested field should be performed, if some validators are provided on the django field.
## Feature Reques…
-
**Is your feature request related to a problem? Please describe.**
I'm facing a authentication issue when I use GraphQL playground. My server need a custom header to verify if the request is valid bu…
-
I'm using this alongside django-debug-toolbar 2.2.1 and I can't seem to get any SQL queries to show up. I've followed all the install instructions, and have tried using 3.2.1 instead, nothing seems to…
-
I am trying to use the examples mutations in api.md:
`
mutation {
registerUser(input: {
email: "morgante@mastermade.co",
password: "test_password",
firstName: "Morgante",
last…
-
Our current guide on Django Channels relies on completing the official Django Channels tutorial. We should make our own complete guide :)
We can brainstorm some ideas about this. If someone wants t…
-
It would seem that mutations on proxy-models aren't working in my setup.
Can you see the mistake in my setup?
A simplified, reproducible example with details included:
Managers:
```python
fr…
-
With Django and Graphene users can do the following to exempt the graphql endpoint from CSRF authentication.
```
urlpatterns = [
path("admin/", admin.site.urls),
path("graphql", csrf_exemp…