rp
10/11/2022, 2:52 AMphacies
10/11/2022, 8:54 AMexecreate
10/11/2022, 9:40 AMsupertokens-postgresql:4.1
is throwing 500 errors from time to time.
The recipe is passwordless
, URL path is /v1/auth/signinup/code/consume
and if you dig into the supertokens-core container errors, it says:
javax.servlet.ServletException: io.supertokens.pluginInterface.exceptions.StorageQueryException: org.postgresql.util.PSQLException: ERROR: could not serialize access due to read/write dependencies among transactions
nox
10/11/2022, 3:44 PMrp
10/11/2022, 3:59 PMGrayJustise
10/12/2022, 1:25 AMggishant
10/12/2022, 4:01 AMJono
10/12/2022, 4:49 AMInvalidClaimHandler
and the property invalidClaims
setting to "message":"expired" after 5mins. I can logout and then login again and they role works fine till the maxAgeInSeconds is reached.
Any information on how to refresh the claims? or what causes them to expired?rp
10/12/2022, 5:02 AMrp
10/12/2022, 5:02 AMrp
10/12/2022, 5:03 AMChunkygoo
10/12/2022, 6:35 AMggishant
10/12/2022, 11:19 AMJustDante
10/12/2022, 3:57 PMAntonyBush
10/12/2022, 6:28 PMasync with AsyncClient() as client:
response = await client.get( # type:ignore
url='https://graph.microsoft.com/v1.0/me' ,headers=headers,
)
In response I'm getting a json but there's no email attribute. So am I using the right url and also is there any reference for ActiveDirectory in python?aV
10/12/2022, 7:45 PMjin49
10/12/2022, 8:11 PMSuperTokensConfig
type? I tried import { SuperTokensConfig } from 'supertokens-auth-react/types';
, but I get an error about Cannot find module 'supertokens-auth-react/types' or its corresponding type declarations.
. I tried searching github (https://cs.github.com/?scopeName=All+repos&scope=&q=language%3Atypescript+%22SuperTokensConfig%22), but didn't find any usage examples outside of the supertokens repojin49
10/12/2022, 8:11 PMconst config: SuperTokensConfig = { appInfo: ..., ...}
and have typescript enforce type correctness of the configvishalc
10/13/2022, 9:13 AMrp
10/13/2022, 9:31 AMVonMorgen
10/13/2022, 11:37 AMrp
10/13/2022, 11:48 AMVonMorgen
10/13/2022, 4:31 PMggishant
10/14/2022, 4:11 AMexecreate
10/14/2022, 5:21 AMSami
10/14/2022, 8:53 AMnox
10/14/2022, 9:26 AMPasindu
10/14/2022, 2:09 PMrp
10/14/2022, 2:30 PM