Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Looking for Authentication while implenting it. #4

Open
sumitsharansatsangi opened this issue May 3, 2021 · 3 comments
Open

Looking for Authentication while implenting it. #4

sumitsharansatsangi opened this issue May 3, 2021 · 3 comments

Comments

@sumitsharansatsangi
Copy link

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.

@Usama0121
Copy link
Owner

The library doesn't have support for authentication. You should try ariadne-jwt although I haven't tested these libraries together.

@sumitsharansatsangi
Copy link
Author

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.

@Usama0121
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants