https://supertokens.com/
Join Discord
Hey, I'm getting a 404 on password reset backend route ``` Cannot POST /auth/user/password/reset/to...
c

Chimanos

over 2 years ago
Hey, I'm getting a 404 on password reset backend route
Cannot POST /auth/user/password/reset/token
Anything special I could have forgotten ?
c
r
  • 2
  • 6
  • 41
Hi, I'm trying to implement supertokens with out ldap and AD servers. From my understanding I need t...
a

arwenxs

over 2 years ago
Hi, I'm trying to implement supertokens with out ldap and AD servers. From my understanding I need to implement a custom provider. I'm just not sure from the example code given how that works? How do we get the client id and client secret?
a
r
  • 2
  • 17
  • 41
Hi guys, I changed my supertoken cookies (e.g. sFrontToken) to see how supertokens deals with it :-)...
d

DanielAtStruggly

almost 3 years ago
Hi guys, I changed my supertoken cookies (e.g. sFrontToken) to see how supertokens deals with it :-). I get now a  "Failed to execute 'atob' on 'Window'" exception, which is fine as the token is for sure corrupt. How can I programmatically resolve this situation? Calling e.g. Session.signOut() isn't callable as it will also throw the "Failed to execute 'atob' on 'Window'" exception. Any clue? Maybe I miss some callable function within the frontend which can force the deletion of all supertoken cookies. Thanks!
d
n
r
  • 3
  • 16
  • 41
Let's say I have two customers, C1 and C2, and we provide some integrations infrastructure to them w...
a

abhisheksachdeva

about 3 years ago
Let's say I have two customers, C1 and C2, and we provide some integrations infrastructure to them where Auth is powered by Supertokens (self-hosted for development purposes). Both customers have a common user, U1. If the user signs in to their products P1 and P2 using google, supertokens will assume that it is the same user as
third_party_user_id
is the same but will create two
sessions
. This might lead to some issues in the future as we will be using user_id for lots of other stuff. 1. Is there any way to consider them as separate users? 2. Should we use separate supertokens instance (cloud or local) for each customer? I guess, you will have something internally to manage multiple clients on the supertokens cloud.
a
r
  • 2
  • 11
  • 41
can any body tell me basic functions in supertokens for react and how to connect it with backend lik...
a

ayush019.

about 3 years ago
can any body tell me basic functions in supertokens for react and how to connect it with backend like a functional app authorization and authentication being given by supertokens learning from documentation is bit hard for me first timers
a
r
  • 2
  • 12
  • 41
Does supertokens sdk(Im using Go) has an option for me to query the third parties api for more infor...
d

Diesel

over 3 years ago
Does supertokens sdk(Im using Go) has an option for me to query the third parties api for more information other than the user's email? like for example getting the user's first and last name from google? Or my only way is to query their API myself with the access token im getting in the server during the signInUp method?
d
r
  • 2
  • 2
  • 41
Hey guys, what is the reason that Apple has a redirect to `/api/auth/callback/apple` and the others ...
r

robschilder

over 3 years ago
Hey guys, what is the reason that Apple has a redirect to
/api/auth/callback/apple
and the others to
/auth/callback/google
for example? (notice the
/api
)
r
r
k
  • 3
  • 104
  • 41
Hi all, we put together some scripts to migrate users (along with userid mapping, roles and metadata...
f

Firgrep

over 1 year ago
Hi all, we put together some scripts to migrate users (along with userid mapping, roles and metadata) from one supertokens deployment to another. Hope it can be useful to some of you 🙂 https://github.com/Solgt/supertokens-migration
f
r
  • 2
  • 1
  • 40
Heyo there ! 👋 Are those features available for free while self hosting SuperTokens ? - SSO - B2B /...
x

xandor4223

over 1 year ago
Heyo there ! 👋 Are those features available for free while self hosting SuperTokens ? - SSO - B2B / API Keys distribution for server to resource server communication / Micro service auth - Authorization through RBAC / Role management - A2F Thanks a lot to anyone who will take time to answer this ! 🙏
x
r
  • 2
  • 1
  • 40
I got this error while running in Vs code Terminal for user management
f

fernandes1297

about 2 years ago
I got this error while running in Vs code Terminal for user management
f
r
  • 2
  • 1
  • 40
Previous293031Next

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