Closed nikochiko closed 4 years ago
Use graphql_jwt's jwt_cookie decorator with graphql_view to make authentication via cookies possible. https://django-graphql-jwt.domake.io/en/latest/_modules/graphql_jwt/decorators.html
Consider if this can be done for other views (the views for api/...)
api/...
Closing as per #46
Use graphql_jwt's jwt_cookie decorator with graphql_view to make authentication via cookies possible. https://django-graphql-jwt.domake.io/en/latest/_modules/graphql_jwt/decorators.html
Consider if this can be done for other views (the views for
api/...
)