https://supertokens.com/
Join Discord
Does supertokens provide any way to build CLI application login sessions (like the one used by tools...
m

mayank_thesys_10591

over 1 year ago
Does supertokens provide any way to build CLI application login sessions (like the one used by tools like gh for github)?
m
r
  • 2
  • 13
  • 5
Trying to set up new FastAPI backend gives this error, it seems the middleware should accecp ASGIApp...
d

dekode

over 1 year ago
Trying to set up new FastAPI backend gives this error, it seems the middleware should accecp ASGIApp instead of FastAPI in init
d
r
  • 2
  • 1
  • 5
I am testing a service using a hosted production supertokens using a valid sms key, and I need to pe...
l

listmalarinn

over 1 year ago
I am testing a service using a hosted production supertokens using a valid sms key, and I need to perform OTP sign in many times. However all of a sudden I stopped receiving sms messages and there are no logs in the console. I am wondering if this could be due to some default spam detection or if this could be due to some rate limiting against my phone number?
l
r
  • 2
  • 18
  • 5
hello <@498057949541826571> I am currently implementing the custom UI flow with additional formField...
k

khanprog

over 1 year ago
hello @rp_st I am currently implementing the custom UI flow with additional formFields in the form but somehow I am getting this error
{message: "Are you sending too many / too few formFields?"}
here is the setting on the backend
EmailPassword.init({
      signUpFeature: {
        formFields: [
          {
            id: 'name'
          },
          {
            id: 'phone',
            optional: true
          },
          {
            id: 'userId',
            optional: true
          }
        ]
      }
from the frontend I am calling it like this
const formFields = Object.keys(payload).map(item => ({id: item, value: payload[item]})) 
    
    try {
        let response = await signUp({
            formFields
        })
do I need to setup the same thing on frontend as well when initialising supertokens?
k
r
  • 2
  • 10
  • 5
*Subject: Authorization Issue via Apple Sign-In* Hello, We are currently experiencing an issue with ...
g

gagapuh

over 1 year ago
Subject: Authorization Issue via Apple Sign-In Hello, We are currently experiencing an issue with the Apple Sign-In authentication process. When users attempt to authenticate via Apple, the backend receives a response indicating empty fields for both the name and email. We are reaching out to seek your assistance in understanding the cause of this issue and how we can rectify it. Could you please provide insights into why Apple may be transmitting empty fields for the name and email during the authentication process? Additionally, we would appreciate any guidance or steps you recommend to address and resolve this matter promptly. Thank you for your attention to this matter. We look forward to your prompt assistance.
{
  "thirdPartyId": "apple",
  "code": "c322e4820dcff481a9c54938354e58100.0.rrsvx.y2xQpXJT68dgfmBKDQTBvA",
  "state": "",
  "redirectURIInfo": {
    "redirectURIOnProviderDashboard": "https://api.posterstock.com/auth/callback/apple",
    "redirectURIQueryParams": {
      "code": "c322e4820dcff481a9c54938354e58100.0.rrsvx.y2xQpXJT68dgfmBKDQTBvA",
      "user": {
        "name": {
          "firstName": null,
          "lastName": null
        },
        "email": null
      }
    }
  }
}
g
r
  • 2
  • 1
  • 5
Hi, I'm using multi tenants and wanted to share the session accros sub domains. So i referred here;...
z

zafer7929

over 1 year ago
Hi, I'm using multi tenants and wanted to share the session accros sub domains. So i referred here; https://supertokens.com/docs/emailpassword/common-customizations/sessions/share-sessions-across-sub-domains But the example there uses the prebuilt UI (
supertokens-auth-react
), and i'm using my custom UI (
supertokens-web-js
) How can i accomplish sharing session across domains with the custom UI? Thank you
z
r
b
  • 3
  • 38
  • 5
Hi, I have nodejs app with react. On the deployement domain, the application works perfect. Also, on...
a

avi.f

over 1 year ago
Hi, I have nodejs app with react. On the deployement domain, the application works perfect. Also, on the localhost it works perfect. But, I have a react developer that only has the react app. The app is pointing to the deployment server because I cant install the entire app at his computer. This way he can develop client side features without the server complexity. The problem is that the react is at
localhost:9001
the remote server is at
domain.com
. he is able to login, and immedietly after the redirection to the success page he gets disconnected. I assume It is because we operating the app under 2 domains
localhost:9001
and
domain.com
. how can I configure the app info on the client side to supprt that? is that possible to have 2 different domains? Thanks
a
r
  • 2
  • 2
  • 5
<@498057949541826571> Getting this error on trying to login : { "statusCode": 500, "message"...
k

krrishan

over 1 year ago
@rp_st Getting this error on trying to login : { "statusCode": 500, "message": "SuperTokens core threw an error for a GET request to path: '/public/users/by-accountinfo' with status code: 504 and message: \r\n504 Gateway Time-out\r\n\r\n504 Gateway Time-out\r\n\r\n\r\n", "timestamp": "2024-01-19T07:46:59.841Z" }
k
r
s
  • 3
  • 81
  • 5
https://try.supertokens.com/api/jwt/jwks.json Is this the correct URL to get JWKS?
v

vvelisoju

over 1 year ago
https://try.supertokens.com/api/jwt/jwks.json Is this the correct URL to get JWKS?
v
r
  • 2
  • 4
  • 5
Hi all, I am trying to integrated with supertokens flutter SDK, using the following example: https:/...
y

yogeshksoni

over 1 year ago
Hi all, I am trying to integrated with supertokens flutter SDK, using the following example: https://github.com/supertokens/supertokens-flutter/blob/master/examples/with-thirdparty/pubspec.yaml
y
  • 1
  • 3
  • 5
Previous888990Next

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