https://supertokens.com/
Join Discord
Passkeys support
i

iruizmar

over 1 year ago
Hey! It's been asked before but I can't see the answer. Any plans on supporting passkeys?
i
r
+4
  • 6
  • 13
  • 11
Hi, has anyone tried using SuperTokens with HTMX? If so, do you have any guidance or advice?
z

zanderpyle

about 1 year ago
Hi, has anyone tried using SuperTokens with HTMX? If so, do you have any guidance or advice?
z
r
  • 2
  • 9
  • 11
hello everyone, I wanted to implement social login with custom UI, but i am getting below error auth...
a

anuj6163

about 1 year ago
hello everyone, I wanted to implement social login with custom UI, but i am getting below error auth.service.ts:24 GET http://localhost:8000/api/auth/authorisationurl?thirdPartyId=google&redirectURIOnProviderDashboard=http%3A%2F%2Flocalhost%3A8000%2Fauth%2Fcallback 400 (Bad Request) {"message":"the provider google could not be found in the configuration"} i am using fastapi for backend and angular for frontend fastapi this is my RecipeList RECIPE_LIST = [ session.init(), thirdpartyemailpassword.init( sign_up_feature = thirdpartyemailpassword.InputSignUpFeature( form_fields=[InputFormField(id='email'), InputFormField(id='password'), InputFormField(id='firstName'), InputFormField(id='lastName'), InputFormField(id='phone') ], )), thirdparty.init( sign_in_and_up_feature=thirdparty.SignInAndUpFeature(providers=[ ProviderInput( config=ProviderConfig( third_party_id="google", clients=[ ProviderClientConfig( client_id="1060725074195-kmeum4crr01uirfl2op9kd5acmi9jutn.apps.googleusercontent.com", client_secret="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", ), ], ) ) ]) ), dashboard.init() ]
a
r
r
  • 3
  • 13
  • 11
Hello, I'm getting a CORS Missing Allow Origin along with NS_ERROR_DOM_BAD_URI when calling the sign...
s

Spikatrix

about 1 year ago
Hello, I'm getting a CORS Missing Allow Origin along with NS_ERROR_DOM_BAD_URI when calling the signin endpoint from my custom UI and can't figure out what I'm doing wrong (More details in the thread)
s
r
  • 2
  • 14
  • 11
Can supertokens be used with a persistent sqlite db file, instead of postgresql?
d

daylululu

about 1 year ago
Can supertokens be used with a persistent sqlite db file, instead of postgresql?
d
r
  • 2
  • 3
  • 11
Hi there, Do you have a recipe for login with Slack? I am using Flutter frontend and python(FastAPI...
y

yogeshksoni

about 1 year ago
Hi there, Do you have a recipe for login with Slack? I am using Flutter frontend and python(FastAPI) backend.
y
r
  • 2
  • 35
  • 11
if I use the SignInAndUp component from 'supertokens-auth-react/recipe/thirdpartypasswordless/prebui...
i

idanto

about 1 year ago
if I use the SignInAndUp component from 'supertokens-auth-react/recipe/thirdpartypasswordless/prebuiltui' and I would like to catch API error, is it possible?
i
r
  • 2
  • 36
  • 11
CSRF Protection for both NextJS and external API.
a

a_tree.

over 1 year ago
Just wanted to confirm somthing. I see supertokens has CSRF built in by default. I personally use this with my Next.JS (app dir) application and external Express.JS API. Both share the same connection uri. I am essentially then allowing users to configure stuff on a dashboard (via the Next.JS application), which typically calls the built in Next.JS API, which then may call my external API. Basically, I am wondering if my external Express.JS API would also be protected from CSRF attacks by default, assuming configs are correct.
a
r
  • 2
  • 2
  • 11
How can I get the user email from its session on a backend? E.g. the email that the user used for ei...
r

rip21

almost 2 years ago
How can I get the user email from its session on a backend? E.g. the email that the user used for either passwordless, login/password or social login.
r
r
d
  • 3
  • 6
  • 11
Helllo, I tested my app locally and it works fine, but when testing in staging trying to signup/logi...
p

pierrebiv

almost 2 years ago
Helllo, I tested my app locally and it works fine, but when testing in staging trying to signup/login I'm getting an error in the console saying: "SyntaxError: Unexpected end of JSON input". I checked the request and I get a 200 and I also checked the dashboard and the user was created.
p
r
  • 2
  • 28
  • 11
Previous383940Next

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