https://supertokens.com/
Join Discord
Does anyone getting a blank screen after signup in supertoken saas?
l

luancamara

almost 2 years ago
Does anyone getting a blank screen after signup in supertoken saas?
l
r
  • 2
  • 36
  • 28
Hi everyone, I'm trying to add Passwordless authentication using the Prebuilt UI to my React app (us...
d

drifter2412

about 2 years ago
Hi everyone, I'm trying to add Passwordless authentication using the Prebuilt UI to my React app (using latest versions of
supertokens-auth-react
and
react-router-dom
) but I'm hitting an issue when the app loads:
Uncaught Error: No instance of Passwordless found. Make sure to call the Passwordless.init method
I'm initialising SuperTokens and Passwordless at the root of my application (see thread for code snippets) and I've checked and all the imports resolve to the same module in case they were pointing at different ones and using different contexts so I'm a little confused 😆 . Can anyone point me in the direction of where I might be going wrong please?
d
r
i
  • 3
  • 7
  • 28
Hey team, I believe there is a bug in the latest python sdk version. The `create_reset_password_link...
s

SuperEric

about 2 years ago
Hey team, I believe there is a bug in the latest python sdk version. The
create_reset_password_link
sdk function calls
get_password_reset_link
with the wrong order of arguments: https://github.com/supertokens/supertokens-python/blob/v0.16.8/supertokens_python/recipe/emailpassword/asyncio/__init__.py#L148-L149 https://github.com/supertokens/supertokens-python/blob/v0.16.8/supertokens_python/recipe/emailpassword/utils.py#L303
create_reset_password_link
gives the recipe_id as the second argument to
get_password_reset_link
and the token as the third argument, but
get_reset_password_link
defines the token as the second parameter to the function and the recipe id as the third parameter. As a result when we call the
send_reset_password_email
the link in the email looks like
/reset-password?token=emailpassword&rid=<actual token>
s
r
  • 2
  • 5
  • 28
I'm building the nextjs 13 app but not able to integrate this because of _app.tsx and I've layout.ts...
g

gauravmandall

about 2 years ago
I'm building the nextjs 13 app but not able to integrate this because of _app.tsx and I've layout.tsx and few things didn't working in client side but supertokens need 'use client' anyone faced similar issue? please help me
g
n
p
  • 3
  • 2
  • 28
is there a way to "Skip authentication" ?
a

akrem.yes

over 2 years ago
is there a way to "Skip authentication" ?
a
r
  • 2
  • 10
  • 28
hello, wondering if supertokens supports the oauth flow? I have an app we'd like to migrate but we ...
r

RicardoViteri

over 2 years ago
hello, wondering if supertokens supports the oauth flow? I have an app we'd like to migrate but we have everything setup for oauth. Including token validation via Jwks.
r
r
  • 2
  • 3
  • 28
I'm running a Supertokens managed instance in production (on my Flask Python backend, which is hoste...
a

Alec Xiang

over 2 years ago
I'm running a Supertokens managed instance in production (on my Flask Python backend, which is hosted on Google Cloudrun). Since it's inconvenient to access the dashboard URL through cloudrun, I found I can run my backend locally (with production flags set) and then access the production dashboard at http://localhost:8000/auth/dashboard Is this recommended / might this interfere with the instance running on prod? (e.g. if limited connections to the Supertokens instance is permitted at once)
a
r
  • 2
  • 1
  • 28
<@498057949541826571> hello, I was using the supertoken 3.14 version it was working fine then switch...
p

porcx

over 2 years ago
@rp_st hello, I was using the supertoken 3.14 version it was working fine then switched to latest version it broke down and i am getting this error recently org.postgresql.util.PSQLException: ERROR: column "use_static_key" of relation "session_info" does not exist
p
r
  • 2
  • 2
  • 28
SuperTokens is officialy not compatible with Deno, right? Now that Deno added support for npm packag...
l

Lionel

over 2 years ago
SuperTokens is officialy not compatible with Deno, right? Now that Deno added support for npm packages, im wondering: Did anyone get Supertokens to work with deno?
l
r
n
  • 3
  • 42
  • 28
add user without sign up ?
r

ressiject

about 3 years ago
add user without sign up ?
r
r
  • 2
  • 21
  • 28
Previous454647Next

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