rp
07/03/2022, 4:24 AMrp
07/03/2022, 4:24 AMrp
07/03/2022, 4:26 AMmklovin
07/03/2022, 5:27 AMCaptainPhoton
07/03/2022, 8:32 AMawait supertokens.getUserCount()
Noobster123
07/03/2022, 12:05 PMotlichnyy
07/03/2022, 12:15 PMNoobster123
07/03/2022, 3:41 PMrp
07/03/2022, 3:51 PMkaranonymous
07/03/2022, 6:54 PMkaranonymous
07/03/2022, 6:55 PMexecreate
07/04/2022, 5:21 AMverify_session
wrapper when using graphene-python
? We are planning to implement GraphQL in addition to REST in our Django app.
PS. I am new to GraphQL 🙂 if you think that graphene-python
library is not a good idea, any advices on how to integrate GraphQL into Django app are appreciated 😁rp
07/04/2022, 5:23 AMImpecorator
07/04/2022, 10:28 AMhoffeman
07/04/2022, 11:16 AMhoffeman
07/04/2022, 11:19 AMPPaii
07/04/2022, 12:21 PMdhatGuy
07/04/2022, 2:40 PMawait SuperTokens.signOut();
doesn't work. It works before but I don't why it isn't anymorecodingtomato
07/04/2022, 2:42 PMshowtim3
07/04/2022, 6:54 PMrp
07/05/2022, 3:55 AMCaptainPhoton
07/05/2022, 8:40 AMcodingtomato
07/05/2022, 10:42 AMCaptainPhoton
07/05/2022, 5:23 PMITEnthusiasm
07/05/2022, 5:31 PM/{apiBasePath}/session/refresh
(/auth/session/refresh
by default). The reason for this is that the refresh token cookie is restricted to be sent to only that exact path (for security reasons).
I was curious to know how this helps security, and how SuperTokens enforces this. I noticed that my Remix trick indeed fails to work unless I have the user visit /auth/session/refresh
from the browser.rp
07/05/2022, 6:01 PMrp
07/05/2022, 6:02 PMAlankazam
07/05/2022, 7:19 PMsoumyabishi
07/06/2022, 5:52 AMsoumyabishi
07/06/2022, 5:53 AM