Hello, I just integrate supertokens in my django app (backend). I well received tokens on my fronten...
u
Hello, I just integrate supertokens in my django app (backend). I well received tokens on my frontend (simulated with Insomnia). Next step is to integrate supertokens authentication on django authentication backend. Do you have some documentation about that?
r
hey @00babs00
we don't have any docs for that specific integration at the moment.
is that a hard requirement for using that? Cause you don't need to use that to get auth working
u
Just because my backoffice use the integrated django authentication method
r
I see.
Maybe you can open an issue about this on our github - someone can have a look at it tomorrow.
There are a few queries about this in the past - so i think it may be possible
u
And I use the graphene library (GraphQL) integrated with django
r
I see
have you gotten auth to work though?
u
Ok, I will do that
The authentication is working well. I well got my tokens but I haven't implemented it yet with GraphQL
r
understood. We have guides for that as well
u
I saw it but only for express-graphql. I didn't find it obvious how to integrate it with Graphene.
But I only spent a little time on it
r
i see. Yea we don't have a Graphene specific guide.
u
No problem, your docs are quite clear, I am sure the integration will be easy.
r
sounds good - feel free to ask specific questions here
u
Thanks
40 Views