devdev4117
emailDelivery: { override: (originalImplementation) => { return { ...originalImplementation, service: new EmailVerificationSMTPService({ smtpSettings, }), sendEmail: async function (input) { if (input.type === 'PASSWORD_RESET') { // You can change the path, domain of the reset password link, // or even deep link it to your mobile app ...
luiss
api.post('/auth/session/refresh', null, { headers: { Rid: "session", Authorization: "Bearer "+ refreshToken, "St-Auth-mode": "header", } });
hitesh
Error: No access, refresh token, API key or refresh handler callback is set. at OAuth2Client.getRequestMetadataAsync (/Users/hitesh/dev/jwt_supertokens_hasura/node_modules/google-auth-library/build/src/auth/oauth2client.js:272:19) at OAuth2Client.requestAsync (/Users/hitesh/dev/jwt_supertokens_hasura/node_modules/google-auth-library/build/src/auth/oauth2client.js:371:34) at OAuth2Client.request (/Users/hitesh/dev/jwt_supertokens_hasura/node_modules/google-auth-library/build/src/auth/oauth2client.js:365:25) at createAPIRequestAsync (/Users/hitesh/dev/jwt_supertokens_hasura/node_modules/googleapis-common/build/src/apirequest.js:273:31) at createAPIRequest (/Users/hitesh/dev/jwt_supertokens_hasura/node_modules/googleapis-common/build/src/apirequest.js:49:9) at Resource$Userinfo.get (/Users/hitesh/dev/jwt_supertokens_hasura/node_modules/googleapis/build/src/apis/oauth2/v2.js:104:58) at Object.<anonymous> (/Users/hitesh/dev/jwt_supertokens_hasura/dist/supertokens_config.js:117:57) at Generator.next (<anonymous>) at fulfilled (/Users/hitesh/dev/jwt_supertokens_hasura/dist/supertokens_config.js:5:58) at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
andrewbyrley
api_domain
Traceback (most recent call last): ... File "/home/andrew/PycharmProjects/reminderFastApi/venv/lib/python3.10/site-packages/supertokens_python/__init__.py", line 35, in init return Supertokens.init( File "/home/andrew/PycharmProjects/reminderFastApi/venv/lib/python3.10/site-packages/supertokens_python/supertokens.py", line 209, in init Supertokens.__instance = Supertokens( File "/home/andrew/PycharmProjects/reminderFastApi/venv/lib/python3.10/site-packages/supertokens_python/supertokens.py", line 157, in __init__ self.app_info = AppInfo( File "/home/andrew/PycharmProjects/reminderFastApi/venv/lib/python3.10/site-packages/supertokens_python/supertokens.py", line 108, in __init__ self.top_level_api_domain = get_top_level_domain_for_same_site_resolution( File "/home/andrew/PycharmProjects/reminderFastApi/venv/lib/python3.10/site-packages/supertokens_python/utils.py", line 279, in get_top_level_domain_for_same_site_resolution raise Exception( Exception: Please make sure that the apiDomain and websiteDomain have correct values
dleangen
Marques
joelc611
joe80813
pimpler
cruaier
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).