https://supertokens.com/
Join Discord
Hello everyone, I am a little confused. Is it already possible to use multiple tenant? Or is this ju...
w

wwPhillip

about 2 years ago
Hello everyone, I am a little confused. Is it already possible to use multiple tenant? Or is this just coming?
w
r
  • 2
  • 6
  • 8
How much damage can I do if I delete a user by going into the supertokens database and deleting his ...
u

8bitjonny

over 2 years ago
How much damage can I do if I delete a user by going into the supertokens database and deleting his entries manually from the
all_auth_recipe_users
,
emailpassword_users
, and maybe probably also form the
session_info
table. Yes for the next time I probably have the backend function implemented in some way or another so I don't have to do it manually, but do you see currently anything wrong with that approach?
u
r
  • 2
  • 1
  • 8
ah, I found https://github.com/supertokens/supertokens-core/issues/529 So there is no JVM SDK. It s...
m

mhuebert

over 2 years ago
ah, I found https://github.com/supertokens/supertokens-core/issues/529 So there is no JVM SDK. It sounds like we would need to add 2 processes to our app, the core microservice (jvm) + an api server (say, golang for least memory usage?)
m
n
  • 2
  • 10
  • 8
I'm having a CORS issue - I've had this problem before... but dunno how to fix it `Access-Control-Al...
m

Marques

over 2 years ago
I'm having a CORS issue - I've had this problem before... but dunno how to fix it
Access-Control-Allow-Origin
m
r
  • 2
  • 4
  • 8
Hi, do I need have frontend and backend in docker? Now I have backend and SuperTokens in docker co...
w

weboux

over 2 years ago
Hi, do I need have frontend and backend in docker? Now I have backend and SuperTokens in docker compose and frontend in another repository and I have cors error: Access to fetch at 'http://localhost/auth/session/refresh' from origin 'http://localhost:3000' has been blocked by CORS policy: Request header field st-auth-mode is not allowed by Access-Control-Allow-Headers in preflight response. My settings: app.enableCors({ origin: [
${process.env.WEB_DOMAIN}
], allowedHeaders: ['content-type', ...supertokens.getAllCORSHeaders()], methods: ['GET', 'PATCH', 'POST', 'DELETE'], credentials: true, }); app.useGlobalFilters(new AuthFilter()); //appInfo apiBasePath: '/auth', websiteBasePath: '', WEB_DOMAIN = http://localhost:3000 Sorry for a lot of questions 😅
w
r
  • 2
  • 71
  • 8
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
  • 8
supertokens-node/recipe/session dont support esm ?
p

productdevbook

over 2 years ago
supertokens-node/recipe/session dont support esm ?
p
n
  • 2
  • 18
  • 8
Nuxt 3 with github login and return this see problem. Iam see db my email adress etc. But client t...
p

productdevbook

over 2 years ago
Nuxt 3 with github login and return this see problem. Iam see db my email adress etc. But client this problem
Error: No instance of Session found. Make sure to call the Session.init method.
p
n
s
  • 3
  • 46
  • 8
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
  • 8
For mobile apps what do I put for ``` websiteDomain: string, ```
a

Aithusa

over 2 years ago
For mobile apps what do I put for
websiteDomain: string,
a
r
  • 2
  • 5
  • 8
Previous616263Next

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