Categorygithub.com/kiddikn/supertokens-with-hasura
repositorypackage
0.0.0-20240727084608-44961c16d303
Repository: https://github.com/kiddikn/supertokens-with-hasura.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

supertokens-with-hasura

what is SuperTokens?

see here

sequence

TBD

set env

export PORT=8080
export SUPERTOKENS_URL=https://xxxx.supertokens.io:3570
export SUPERTOKENS_API_KEY=xxx
export APP_NAME=yourAppName
export API_DOMAIN=http://localhost:8080
export WEB_SITE_DOMAIN=http://localhost:3000
export HASURA_END_POINT_URL=http://localhost:8088/v1/graphql
export HASURA_ADMIN_SECRET=xxxxxxxxx
export COOKIE_DOMAIN=.localhost