https://supertokens.com/
Join Discord
Hi, I tried running supertokens (the binary) in aws lambda and it doesn't seem to work. What I did w...
c

chunkygoo.

about 3 years ago
Hi, I tried running supertokens (the binary) in aws lambda and it doesn't seem to work. What I did was I downloaded the supertokens-postgresql binary, dockerize it by copying the binary over to the docker image and installing it there. I tried to "docker ps" into it and ran "supertokens start" and it worked. However, when I deploy the image to AWS lambda it fails to run everytime. Hence, I set the erro flag in config.yaml to "null" so that the error would show in std-in, and what I found was always a java exception, something related to read-only file system. I suspect this is because aws lambda has the entire file system as read-only, except for /tmp. But Supertokens is trying to write to /usr/lib/supertoken/webserver-temp. Any idea about this? I essentially tried to run "supertokens start" when the lambda function is triggered but failed to do so.
c
r
  • 2
  • 14
  • 14
Hey, I realized the auth cookie isn't sent on mobile browser (tested on ios Chrome & Safari) so I ge...
i

idanh

about 3 years ago
Hey, I realized the auth cookie isn't sent on mobile browser (tested on ios Chrome & Safari) so I get
refreshSession: UNAUTHORISED because idRefreshToken from cookies is undefined
is there any workaround? i'm working on a responsive PWA with nestjs + graphql + React
i
r
  • 2
  • 22
  • 14
Hi There! Can we customize the response send by supertokens after login/signup?
r

rkritesh210

over 3 years ago
Hi There! Can we customize the response send by supertokens after login/signup?
r
r
  • 2
  • 14
  • 14
Hi, is there anyway to block a user for a period of time 🤔
a

andrewlee1123

over 3 years ago
Hi, is there anyway to block a user for a period of time 🤔
a
r
  • 2
  • 3
  • 14
Hello. I would like to know if supertokens currently supports Clouldflare Workers ?
e

Efflam

over 3 years ago
Hello. I would like to know if supertokens currently supports Clouldflare Workers ?
e
r
  • 2
  • 18
  • 14
I'm trying to self-host Supertokens Core, but it only works if I run it as administrator on Windows....
j

JeremyEastham

over 3 years ago
I'm trying to self-host Supertokens Core, but it only works if I run it as administrator on Windows. I'm trying to start it when I start my server via npm's package.json, so I would prefer not to have to run my whole project as admin. How can I make sure that supertokens runs as admin on Windows and sudo on Linux? I've looked at
sudo-prompt
, but I'm not sure how to call it from a npm script like I can call
tsc
,
eslint
,
cross-env
, or
ts-node-dev
.
j
r
  • 2
  • 10
  • 14
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
  • 13
Hello, in the page: https://supertokens.com/docs/emailpassword/common-customizations/handling-signu...
e

elriffi

over 1 year ago
Hello, in the page: https://supertokens.com/docs/emailpassword/common-customizations/handling-signup-success For 2) On the backend python it's not if isinstance(result, SignInOkResult): but if isinstance(result, SignUpOkResult):
e
r
  • 2
  • 1
  • 13
Hello everyone, I am trying to figure out the correct way of implementing a single-tenant login flo...
d

davide.debernardi

over 1 year ago
Hello everyone, I am trying to figure out the correct way of implementing a single-tenant login flow with social login that can work with both web and mobile clients. At the moment I'm using supertokens-node
16.6.8
with core
7.x
. The issue I am facing is that web is working fine, but when trying to login with Google from an iOS client, google is returning
401
with
unauthorized_client
. I was reading the docs at the bottom of this message, but I have the following questions: 1. do I need to provide separate client configurations? 2. can I provide separate client configurations for all social login providers? 3. I see there is a parameter called
clientType
, is it just an arbitrary string? Thanks in advance for supporting! https://supertokens.com/docs/thirdpartypasswordless/custom-ui/thirdparty-login#social--sso-login-for-both-web-and-mobile-apps
d
r
  • 2
  • 20
  • 13
Hi, Is there a way to create new tenants and assign users to their respective tenants using the D...
y

yogeshksoni

over 1 year ago
Hi, Is there a way to create new tenants and assign users to their respective tenants using the Dashboard?
y
r
  • 2
  • 3
  • 13
Previous808182Next

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