hyperlog-core / hyperlog-backend

Backend for hyperlog
0 stars 0 forks source link

Add cookie verification #25

Closed nikochiko closed 4 years ago

nikochiko commented 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/...)

nikochiko commented 4 years ago

Closing as per #46