https://supertokens.com/
Join Discord
I'm getting unauthorized (401) error while GET request from the backend (Django). Both frontend and ...
a

antonybush

over 2 years ago
I'm getting unauthorized (401) error while GET request from the backend (Django). Both frontend and backend has the same cookies. Earlier I used to get access token in the local storage but now there's no access token.
a
r
  • 2
  • 42
  • 4
I can't seem to find out what the component's name of /auth/callback/google is
c

chunkygoo.

almost 3 years ago
I can't seem to find out what the component's name of /auth/callback/google is
c
n
  • 2
  • 22
  • 4
Hey guys, is it possible to get the email address from the reset password token in "supertokens-web-...
j

jixxus

almost 3 years ago
Hey guys, is it possible to get the email address from the reset password token in "supertokens-web-js"? I'm making a custom UI using emailpassword recipe and I would like to show this information to the user. Only way I can think of is changing the reset password URL and adding another query parameter to it, but I don't like it this way. Thank you very much.
j
r
  • 2
  • 3
  • 4
Hi, whats the correct way to call an API from lets say Postman. If i understand correctly, i need to...
j

JustDante

almost 3 years ago
Hi, whats the correct way to call an API from lets say Postman. If i understand correctly, i need to use rid header with emailpassword value(im using emailpassword auth) and Authorization Bearer sAccessToken? Or do i explicitly need to call the signin endpoint first and then use the cookie value? Is it not possible to login on the browser, and then just use the accessToken in request?
j
n
  • 2
  • 5
  • 4
Does supertoken have any captcha support>
c

chunkygoo.

almost 3 years ago
Does supertoken have any captcha support>
c
r
  • 2
  • 5
  • 4
Hi, is there is a way to get the last date of connexion for a user ? The goal is to deactivate an ac...
g

gwenael1249

almost 3 years ago
Hi, is there is a way to get the last date of connexion for a user ? The goal is to deactivate an account if a user has a big period of inactivity
g
r
  • 2
  • 4
  • 4
Hi, is there any way to add own logger to supertokens to log requests (I am using middlleware)?
i

IaS1506

almost 3 years ago
Hi, is there any way to add own logger to supertokens to log requests (I am using middlleware)?
i
r
  • 2
  • 14
  • 4
If we use the supertokens connection uri, we wouldn't be able to modify the database to create new t...
c

chunkygoo.

almost 3 years ago
If we use the supertokens connection uri, we wouldn't be able to modify the database to create new tables etc. This means that I have to "copy" the user id and email to my app's database, resulting in redundant information and possibly out of sync. What is the recommended action here? Why wouldn't ST let us have the db connection for prod just like for dev?
c
r
  • 2
  • 10
  • 4
If SuperTokens Core is being hosted locally, is there a way to enforce that calls to it can only com...
i

ITEnthusiasm

almost 3 years ago
If SuperTokens Core is being hosted locally, is there a way to enforce that calls to it can only come from
localhost
? (That is, only the local web app can make calls to it and no one else.) I know we have the API keys. But theoretically, enforcing that only
localhost
is allowed would add additional safety, right? 🤔
i
r
  • 2
  • 11
  • 4
What's wrong with this configuration that it will throw exception ``` appInfo: { appName: 'my...
n

nickm91.

almost 3 years ago
What's wrong with this configuration that it will throw exception
appInfo: {
      appName: 'myapp',
      apiDomain: 'http://api:3000',
      websiteDomain: 'http://localhost:4200',
      apiBasePath: '/v1/auth',
      websiteBasePath: '/auth'
    },
Exception:
{
  err: Error: Please make sure that the apiDomain and websiteDomain have correct values
  ...
}
n
r
  • 2
  • 11
  • 4
Previous116117118Next

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