https://supertokens.com/
Join Discord
Hey everyone, I am using passwordless flow to send password/email OTP's. Now I want to do some check...
m

mib200

over 2 years ago
Hey everyone, I am using passwordless flow to send password/email OTP's. Now I want to do some checks in my backend in
consumeCode
section but I am unable to get the login type(phone/email). The reason I need login type is to determine what is the input I am getting and accordingly check for the relevant user in the backend. Can anyone please enlighten me here?
m
r
  • 2
  • 49
  • 6
Heyy team.. I have react-routes setup using `createBrowserRouter`. When I try to integrate supertoke...
m

me_abhii

over 2 years ago
Heyy team.. I have react-routes setup using
createBrowserRouter
. When I try to integrate supertokens into it, the react-router does not seem to work with it. So... How do we use the
{getSuperTokensRoutesForReactRouterDom(reactRouterDom)}
inside of
createBrowserRouter
react-router-dom ?
m
r
  • 2
  • 5
  • 6
docker-compose SuperTokens, MYSQL + Node.js APP
c

chill_cheese

over 2 years ago
docker-compose SuperTokens, MYSQL + Node.js APP
c
r
  • 2
  • 6
  • 6
In social login, it is possible that some github accounts are not registered with email ID. Is there...
b

blockexplorer1492

over 2 years ago
In social login, it is possible that some github accounts are not registered with email ID. Is there a way to handle this by default in supertokens social login recipe? In my auth flow, I want the email ID to stay unique for every user and if the social auth doesn't provide any email ID for a user then I'm not sure I can handle it.
b
r
s
  • 3
  • 11
  • 6
<@498057949541826571> I am facing an issue for ios after login call auto call api as a loop (auth/se...
v

vishal_convasys

over 2 years ago
@rp_st I am facing an issue for ios after login call auto call api as a loop (auth/session/refresh), I am using Ionic 6. Log in successfully, get a token, and store local storage with Axios.
v
r
n
  • 3
  • 57
  • 6
Can we use supertokens with tRPC?
c

chill_cheese

over 2 years ago
Can we use supertokens with tRPC?
c
r
  • 2
  • 3
  • 6
Question about ```response.session.mergeIntoAccessTokenPayload()``` after overriding api ```signInP...
f

funk101

over 2 years ago
Question about
response.session.mergeIntoAccessTokenPayload()
after overriding api
signInPOST
and getting a
response
I try to merge to access token payload but do not see the value when I
console.log()
the accessTokenPayload.
f
r
  • 2
  • 7
  • 6
Hey all, getting an error with my python backend. ``` from supertokens_python.recipe import dashboa...
t

thatnerdjack

over 2 years ago
Hey all, getting an error with my python backend.
from supertokens_python.recipe import dashboard
is returning
Error: While importing 'app', an ImportError was raised:

Traceback (most recent call last):
  File "/PATH/venv/lib/python3.9/site-packages/flask/cli.py", line 218, in locate_app
    __import__(module_name)
  File "/PATH/app.py", line 7, in <module>
    from supertokens_python.recipe import dashboard
ImportError: cannot import name 'dashboard' from 'supertokens_python.recipe' (/PATH/venv/lib/python3.9/site-packages/supertokens_python/recipe/__init__.py)
Any ideas?
t
r
  • 2
  • 3
  • 6
I would like to show Login/register link if user is not authenticated, and Logout link if they are....
r

reevolver

over 2 years ago
I would like to show Login/register link if user is not authenticated, and Logout link if they are. Trying to do this with demo application for react
npx create-supertokens-app@latest --recipe=emailpassword
. How do I do this pls?
r
r
  • 2
  • 21
  • 6
hey all! Quick question: I'm running the example docker compose file found here (https://supertokens...
t

thatnerdjack

over 2 years ago
hey all! Quick question: I'm running the example docker compose file found here (https://supertokens.com/docs/thirdparty/pre-built-ui/setup/core/with-docker) and I'm running into an error where SuperTokens crashes on startup because it cannot connect to the db, only because the db looks like it hasn't finished starting yet. Any ideas?
t
r
  • 2
  • 7
  • 6
Previous787980Next

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