You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find this library an easy way to implement neo4j with graphql and django, but I didn't find any documentation or example for the Authorization, should I use ariadne-jwt or it has inbuilt support.
The text was updated successfully, but these errors were encountered:
It seems you have created both the library, can you please combine both and provide support of authorization in this library(neo4j-graphql-py). It will be a very great help to the community. I have tried but didn't succeed.
ariadne-jwt uses the Django ORM which does not support NoSQL databases like Neo4j. If you don't mind saving user data outside of Neo4j e.g in Postgres or MySQL then ariadne-jwt can be used in combination with neo4j-graphql-py but if your requirement is to store user data in Neo4j then there is currently no support for that.
I find this library an easy way to implement neo4j with graphql and django, but I didn't find any documentation or example for the Authorization, should I use ariadne-jwt or it has inbuilt support.
The text was updated successfully, but these errors were encountered: