https://supertokens.com/
Join Discord
Hey everyone, could you please help me with settings up unit test for my Django app - how do I login...
e

execreate

over 3 years ago
Hey everyone, could you please help me with settings up unit test for my Django app - how do I login programmatically if I have passwordless recipe with supertokens?
e
r
  • 2
  • 5
  • 11
Folks, I'm struggling to have it working, but the problem is not really SuperTokens but Apollo Serve...
f

Falci

over 3 years ago
Folks, I'm struggling to have it working, but the problem is not really SuperTokens but Apollo Server. I'm trying to use subscriptions, following this guide (https://www.apollographql.com/docs/apollo-server/data/subscriptions/#enabling-subscriptions). It "works" but I can't put SuperTokens' session in the context. Any suggestion ?
f
r
n
  • 3
  • 9
  • 11
Ok thanks.. So since I'll be using a chrome extension could I leave the websiteDomain as * ? appIn...
s

seant2781

over 3 years ago
Ok thanks.. So since I'll be using a chrome extension could I leave the websiteDomain as * ? appInfo: { appName: "CleanVid", apiDomain: "https://cleanvid-api.netlify.app", websiteDomain: "*", apiBasePath: "/.netlify/functions/auth", },
s
r
  • 2
  • 59
  • 11
How would I use supertokens to authenticate a react chrome extention?
a

aquajet

over 3 years ago
How would I use supertokens to authenticate a react chrome extention?
a
r
  • 2
  • 3
  • 11
Guest Author Program…
m

mizzle

12 months ago
Hi @Koha sent you a dm regarding this
m
k
  • 2
  • 3
  • 10
hey quick question: Does Supertoken have a robust logging capabilities and supports integration with...
m

morganv_08285

about 1 year ago
hey quick question: Does Supertoken have a robust logging capabilities and supports integration with your security information and event management (SIEM) system. Additionally, does SuperToken perform static and dynamic code analysis to detect security flaws.
m
r
  • 2
  • 2
  • 10
Hey team, how can i get user's email id which they entered in FE, and set it in accessTokenPayload ...
a

albatroz

over 1 year ago
Hey team, how can i get user's email id which they entered in FE, and set it in accessTokenPayload i tried using
userInfo, err := passwordless.GetUserByID(userID)
but it errors out log
text
2024/04/07 21:58:59.624599 superToken.go:187: [Info] User Info: map[_default:map[request:0x1400063f9e0]]
2024/04/07 21:58:59.624630 superToken.go:188: [Info] acces token payload map[iss:http://localhost:4000 st-perm:map[t:1712507339623 v:[]] st-role:map[t:1712507339622 v:[]]]
2024/04/07 21:58:59.636381 superToken.go:98: [Info] 96edb6d9-74ad-4c81-9801-6cdf00b84ec5
2024/04/07 21:58:59.638689 roles.go:94: [Info] Role added to user: &{false} with user_id:96edb6d9-74ad-4c81-9801-6cdf00b84ec5 role: admin
a
r
  • 2
  • 21
  • 10
Hello! I want to setup domain for my app so I have added following NGINX configuration: location /au...
n

nomorethrow

over 1 year ago
Hello! I want to setup domain for my app so I have added following NGINX configuration: location /auth { proxy_pass http://localhost:3567; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection 'upgrade'; proxy_set_header Host $host; proxy_cache_bypass $http_upgrade; } But when I open https:///auth I receive text "Not found" instead of "Hello" And when I start Node,js application I see error Error: SuperTokens core threw an error for a GET request to path: '/apiversion' with status code: 400 and message: AppId or tenantId not found => Tenant with the following connectionURIDomain, appId and tenantId combination not found: (, public, auth) When I open http://:3567/ everything works
n
r
  • 2
  • 2
  • 10
Hey everyone, Does anyone know why supertokens tries to read to https://publicsuffix.org/list/public...
m

magicberbere

over 1 year ago
Hey everyone, Does anyone know why supertokens tries to read to https://publicsuffix.org/list/public_suffix_list.dat at startup ? As my backend and supertoken instance are in a private subnet, it throws an error as it cannot directly access the internet
m
r
  • 2
  • 8
  • 10
has anyone integrated supertokens with nuxt3?
m

merlo91

over 1 year ago
has anyone integrated supertokens with nuxt3?
m
r
  • 2
  • 2
  • 10
Previous757677Next

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