https://supertokens.com/
Join Discord
Hi, I'm trying to setup the dashboard. I'm trying to create a user using the CLI command but I'm get...
a

avery_05391

almost 2 years ago
Hi, I'm trying to setup the dashboard. I'm trying to create a user using the CLI command but I'm getting
{"status":"INVALID_EMAIL_ERROR"}
curl --location --request POST 'https://xxx.aws.supertokens.io/recipe/dashboard/user' \
--header 'rid: dashboard' \
--header 'api-key: <YOUR-API-KEY>' \
--header 'Content-Type: application/json' \
--data-raw '{"email": "<YOUR_EMAIL>","password": "<YOUR_PASSWORD>"}'
My email ends in
.dev
is there some validation going on?
a
r
  • 2
  • 4
  • 21
hey guys, my auth is going very slow in prod - i think my instance needs to be restarted. Anyway som...
e

Erick

about 2 years ago
hey guys, my auth is going very slow in prod - i think my instance needs to be restarted. Anyway someone can help me with this asap?
e
r
  • 2
  • 9
  • 21
I'm adding additional formFields to my front end (custom UI on flutter) -- how do I access them on m...
a

andrewbyrley

about 2 years ago
I'm adding additional formFields to my front end (custom UI on flutter) -- how do I access them on my python backend? This page (https://supertokens.com/docs/thirdpartyemailpassword/custom-ui/email-password-login) says: On the backend, the formFields array will be available to you for consumption. -- but where?
a
m
  • 2
  • 14
  • 21
Hey guys, is there any code example for this guide: https://supertokens.com/docs/community/other-fra...
a

alpha_

about 2 years ago
Hey guys, is there any code example for this guide: https://supertokens.com/docs/community/other-frameworks? I would appreciate any help on this!
a
r
  • 2
  • 3
  • 21
Hy everyone. I have trouble using tokenTransferMethod: 'header'. I want to ship my react app in a we...
r

romixch

over 2 years ago
Hy everyone. I have trouble using tokenTransferMethod: 'header'. I want to ship my react app in a webview on iOS with CapacitorJs. I can't make the webview work with cookies on iOS so I thought I could switch to header based auth. So I just added tokenTransferMethod to my client configuration. The client seams to pick it up since I see the header "st-auth-mode: header" to be sent. But I don't see any header "Authorization" being sent to the server. I also added logging which tells me in the browser following interesting lines:
com.supertokens {t: "2023-04-14T09:32:58.495Z", message: "setAuthorizationHeaderIfRequired: token for header based auth not found", supertokens-website-ver: "16.0.1"}
I'm actually a bit confused. I would expect that the tokens are stored somewhere like the local storage and then attached from there. But they seam to be read from the cookies which should not be used as I stated to use headers. Is it my responsibility to persist the tokens somewhere? Am I missing something?
r
n
  • 2
  • 5
  • 21
refreshing of a session
r

rp_st

over 2 years ago
How can I send a refresh token to the server when I receive a 401 error with the message "try refresh token"?
r
  • 1
  • 2
  • 21
Hi everyone, nice to meet you all. I am trying to get the User Management Dashboard working via Do...
j

javierwong

almost 3 years ago
Hi everyone, nice to meet you all. I am trying to get the User Management Dashboard working via Docker. I can get the UI running and I get a screen that requires me to key in the API Key but when viewing the User Management screen it says Server Error: Failed to load user list. I check the browsers console and it tells me that there is an error on loading some content "http://:15000/auth/dashboard/api/users/count". And when I browse the link it shows Unauthorised access. Does anyone have any idea why this is the case?
j
r
n
  • 3
  • 6
  • 21
Can I migrate from AWS cognito to Supertokens without any user level downtime? Is there any guide to...
b

blockexplorer1492

almost 3 years ago
Can I migrate from AWS cognito to Supertokens without any user level downtime? Is there any guide to refer to? Also, for node implementation can I make it work on es5? Or do I need es6 only?
b
r
  • 2
  • 4
  • 21
Hi, I just wanted to know about how we can integrate supertokens with SAML. For eg. We are providing...
a

alen_george

almost 3 years ago
Hi, I just wanted to know about how we can integrate supertokens with SAML. For eg. We are providing Google provider for third party auth. So if we want to provide our app as a custom application in Google workspace SSO. How will I be able to configure it with supertokens third party auth. Even if I get a minimum information from your side , it would be really helpful.
a
s
r
  • 3
  • 187
  • 21
Any way to use a "popup" instead of redirecting to another page when using Google Login?
c

chunkygoo.

about 3 years ago
Any way to use a "popup" instead of redirecting to another page when using Google Login?
c
r
  • 2
  • 6
  • 21
Previous545556Next

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