https://supertokens.com/
Join Discord
I want to use supertokens with AWS API gateway+lambda functions I tried following the recipe https...
s

saurabh_works

over 2 years ago
I want to use supertokens with AWS API gateway+lambda functions I tried following the recipe https://supertokens.com/docs/emailpassword/serverless/with-aws-lambda/backend-config for the backend config, the tutorial says " Create a config.js file in the root directory of your project. " All I have are bunch of lambda functions called from API gateway. Where do I create these files? 🤔
s
r
  • 2
  • 20
  • 8
hi! it's me again 😅 i set up language translations with `next-i18next` library via `translationFun...
y

yzs

almost 3 years ago
hi! it's me again 😅 i set up language translations with
next-i18next
library via
translationFunc
like in your guides can i make arbitrary strings from custom additional fields in register page (like labels/placeholders - firstname, lastname) go through this
translateFunc
also?
y
r
p
  • 3
  • 27
  • 8
Is there a way to do single sign out from the Thriparty IDP, once the app is logged out using signou...
d

doraig

almost 3 years ago
Is there a way to do single sign out from the Thriparty IDP, once the app is logged out using signout method?
d
r
  • 2
  • 3
  • 8
Do you have a recommended java library for validating JWTs?
d

Dupelet

almost 3 years ago
Do you have a recommended java library for validating JWTs?
d
r
  • 2
  • 11
  • 8
hey guys, we are a little lost implementing auth for our capacitor apps (different domains)... Wha...
e

EdwinN1337

almost 3 years ago
hey guys, we are a little lost implementing auth for our capacitor apps (different domains)... What's the usecase for the cookieHandler?
js
  supertokens.init({
    ...frontendConfig().appInfo,
    cookieHandler: capacitorCookieHandler,
  })
We are following this guide now, since our implementation didn't work as expected (due to lax cookies & safari webkit issue): https://supertokens.com/docs/thirdpartyemailpassword/advanced-customizations/examples/localstorage/about
e
r
r
  • 3
  • 79
  • 8
hey I implemented my project with supertokens and wanted to automate the backend site with a docker ...
c

codingtomato

almost 3 years ago
hey I implemented my project with supertokens and wanted to automate the backend site with a docker compose file. Everything works fine but the signup and signin routes are not. Any Ideas? I can provide logs
c
r
  • 2
  • 12
  • 8
Hi There! Can we customize the response send by supertokens after login/signup?
r

rkritesh210

almost 3 years ago
Hi There! Can we customize the response send by supertokens after login/signup?
r
r
  • 2
  • 14
  • 8
Hey, I was wondering if it's possible to remove the "Powered by SuperTokens" branding on the login a...
z

zach.webb

almost 3 years ago
Hey, I was wondering if it's possible to remove the "Powered by SuperTokens" branding on the login and signup page. I'm using the hosted version admittedly still in the first 5000 users so not paying anything. But would happily pay to have it hidden.
z
r
  • 2
  • 1
  • 8
Hello there! I'm trying to implement Supertokens in my Angular Frontend. The following code gives me...
t

ThomasK

almost 3 years ago
Hello there! I'm trying to implement Supertokens in my Angular Frontend. The following code gives me
Object {  }
. How do i get the actual token payload? I need to check for user roles inside it.
let accessTokenPayload = await SuperTokens.getAccessTokenPayloadSecurely();
console.log(accessTokenPayload)
Any ideas? Thanks in advance
t
r
  • 2
  • 27
  • 8
Does optional `verifySession` still work correctly? 🤔 Even when I set `sessionRequired: false`, I'm...
i

ITEnthusiasm

about 3 years ago
Does optional
verifySession
still work correctly? 🤔 Even when I set
sessionRequired: false
, I'm getting 401s.
i
r
  • 2
  • 9
  • 8
Previous575859Next

SuperTokens.com

SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).

Powered by