robschilder
07/09/2022, 9:43 AMjwt issued in future
. Now I have recently moved to another timezone, so that might be it. It only happens locally on my Hasura instance.
Hence, I wondered, is there some kind of allowed_skew
property that Supertokens has? Thanks!rp_st
07/09/2022, 9:44 AMrobschilder
07/09/2022, 11:47 AMallowed_skew
to the JWT issuer fixes it.
such as this in my docker-compose.yml
for Hasura:
HASURA_GRAPHQL_JWT_SECRET: '{"jwk_url":"JWT_ISSUER_URL/api/auth/jwt/jwks.json", "allowed_skew": 86400}'
rp_st
07/09/2022, 11:47 AMrp_st
07/09/2022, 11:48 AMrobschilder
07/09/2022, 11:49 AMrp_st
07/09/2022, 11:50 AMrp_st
07/09/2022, 11:50 AMrp_st
07/09/2022, 11:50 AMrobschilder
07/09/2022, 11:53 AMrobschilder
07/09/2022, 11:53 AMrobschilder
07/09/2022, 11:53 AMrp_st
07/09/2022, 11:55 AM