https://supertokens.com/
Join Discord
how can I implement SSO for my clients
n

nim4ze

about 2 years ago
how can I implement SSO for my clients with supertokens? They want to sign in with azure AD accounts.
n
a
  • 2
  • 2
  • 8
I'm attempting to follow the instructions here: https://supertokens.com/docs/emailpassword/pre-built...
v

Vaune_

about 2 years ago
I'm attempting to follow the instructions here: https://supertokens.com/docs/emailpassword/pre-built-ui/setup/frontend I have the front, back, and core implemented, but I'm running into a hurdle adding the routes to my application. The docs indicate I can use
SuperTokens.getRoutingComponent
however, my TS is saying this function doesn't exist.
v
a
r
  • 3
  • 20
  • 8
I have an app in which users are invited by an admin, using an email, now I'm wondering, - Do I crea...
m

miguelstevensbe

about 2 years ago
I have an app in which users are invited by an admin, using an email, now I'm wondering, - Do I create the Supertokens user first, and then invite the user to register for an account in my app - Do I create an account in my app's database, and then have the user signup using a special link to fill in his details for Supertokens? What's the general way of going about something like this? The user account will have to be coupled to a company, for example
m
r
  • 2
  • 21
  • 8
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

about 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

about 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
Hello guys! I'm trying to test protected endpoints using postman. Sign in request works well, I get ...
a

anton@shook.ltd

about 2 years ago
Hello guys! I'm trying to test protected endpoints using postman. Sign in request works well, I get status Ok and user data, but..no cookies are updated in the Postman itself..So my next request to the API gets "message": "unauthorised". Is there any setting that I need to set to allow cookies? Or should I downgrade to a specific version of Postman? (Postman for Mac Version 10.11.2)
a
r
  • 2
  • 2
  • 8
I'm having a CORS issue - I've had this problem before... but dunno how to fix it `Access-Control-Al...
m

Marques

about 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
I am trying to figure out where to set a credit card in the dashboard but I can't find any way to do...
s

sullof

over 2 years ago
I am trying to figure out where to set a credit card in the dashboard but I can't find any way to do so. How do you guys did it?
s
r
  • 2
  • 5
  • 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
Previous555657Next

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