https://supertokens.com/
Join Discord
Hello everyone I'm having a problem in configuring supertokens in the frontend side, my APIs are bui...
m

mohmaaita

over 1 year ago
Hello everyone I'm having a problem in configuring supertokens in the frontend side, my APIs are built in a microservices architecture and in the configuration it's is asking me to configure the api domain, but in out architecture design each microservice has a different domain, so what should I insert the api domain field
m
r
  • 2
  • 3
  • 4
Hi everyone! I'm looking to run the dashboard locally, could open the dashboard page using /auth/da...
l

lokesh3097

over 1 year ago
Hi everyone! I'm looking to run the dashboard locally, could open the dashboard page using /auth/dashboard but the page expects an API KEY. Can someone help me with this?
l
r
  • 2
  • 5
  • 4
Hi, in my code, i am overriding the consume_code_post, if created_new_user then i am assigning some...
n

Namratha

almost 2 years ago
Hi, in my code, i am overriding the consume_code_post, if created_new_user then i am assigning some roles to that user before sending consume_code_post api response. But in frontend if they do "await Session.getClaimValue({claim: UserRoleClaim});" they are getting []. If they logout and login again then they are getting ["role_name"].Basically this is happening only for signup
n
r
  • 2
  • 4
  • 4
create-supertokens-app is based on create-react-app right?
t

Tapani

almost 2 years ago
create-supertokens-app is based on create-react-app right?
t
r
  • 2
  • 19
  • 4
How can upgrade Supertokens Core Managed service version? getting: `the running SuperTokens core ver...
f

flameslayer

almost 2 years ago
How can upgrade Supertokens Core Managed service version? getting:
the running SuperTokens core version is not compatible with this Golang SDK. Please visit https://supertokens.io/docs/community/compatibility-table to find the right version
f
r
  • 2
  • 3
  • 4
I am trying to use supertokens. I have implemented most of thing but it has failed to connect with m...
u

.muchiri

almost 2 years ago
I am trying to use supertokens. I have implemented most of thing but it has failed to connect with my database despite of following the procedure given. How can you help me. Thank you!
u
r
  • 2
  • 20
  • 4
Hey <@498057949541826571> I need guidance on how to dynamically add claims, such as email verificat...
h

himanshukukreja

almost 2 years ago
Hey @rp_st I need guidance on how to dynamically add claims, such as email verification or roles, to the current user session's access token or frontend cookie without requiring a logout. My issue is when I introduce a new role to a user based on their userid, the changes don't take effect in the active session until the token expires and new one is created. I'd like to update the session claims in real-time without making the user log out and back in. How can this be achieved?
h
r
k
  • 3
  • 35
  • 4
Hi, Is there an efficient way to migrate data between one supertons instance to another (assuming th...
i

idanto

almost 2 years ago
Hi, Is there an efficient way to migrate data between one supertons instance to another (assuming they are in different versions)?
i
r
  • 2
  • 48
  • 4
getting this error in the console on the client side Access to fetch at 'https://api-development.bi...
b

bitcoinrippin

almost 2 years ago
getting this error in the console on the client side Access to fetch at 'https://api-development.bitcoinerfreelance.com/auth/session/refresh' from origin 'https://development.bitcoinerfreelance.com' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled. Here is my Cors implementation on the back end app.use( cors({ origin: websiteDomain, allowedHeaders: ["content-type", ...supertokens.getAllCORSHeaders()], methods: ["GET", "PUT", "POST", "DELETE"], credentials: true, }) ); and my Supertokens init supertokens.init({ framework: "express", supertokens: { // TODO AARON - in production need to swap this with the connection for supertokens connectionURI: configData.superTokens.connectionURI, apiKey: configData.superTokens.apiKey, }, appInfo: { appName: "Bitcoiner Freelance", apiDomain: apiDomain, websiteDomain: websiteDomain, apiBasePath: "/auth", websiteBasePath: "/auth", },
b
r
  • 2
  • 9
  • 4
Sorry another question regarding the Passwordless recipe: I'm trying to use signInUp in the createC...
m

masterofpoupette

almost 2 years ago
Sorry another question regarding the Passwordless recipe: I'm trying to use signInUp in the createCode function override in order to create my user earlier, but it kind of hang/freeze the function. Any idea? Thanks.
m
r
  • 2
  • 22
  • 4
Previous105106107Next

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