https://supertokens.com/
Join Discord
Anyone get errors with token refreshes?
e

Erick

over 2 years ago
Anyone get errors with token refreshes?
e
n
r
  • 3
  • 145
  • 184
Hi, I am struggling to get the dashboard working. I have followed the documentation correctly and I ...
d

deviantdev

almost 2 years ago
Hi, I am struggling to get the dashboard working. I have followed the documentation correctly and I am initing the dashboard in the recipe, however I just get to a not found when browsing to /auth/dashboard. I had this working once before be now when I have revisited this I just get this issue now.
d
r
  • 2
  • 33
  • 181
```sh Jest has detected the following 1 open handle potentially keeping Jest from exiting: ● TCP...
a

Aithusa

over 2 years ago
sh
Jest has detected the following 1 open handle potentially keeping Jest from exiting:

  ●  TCPWRAP

      13 |  */
      14 | function setup(app: Express) : any {
    > 15 |     SuperTokens.init({
when I'm testing my nodejs app its showing up with this error how can I fix this
a
r
  • 2
  • 1
  • 178
Hi! I am running into a problem on the backend... My sessions are getting created just fine, and I ...
d

dleangen

about 3 years ago
Hi! I am running into a problem on the backend... My sessions are getting created just fine, and I can use them on the frontend without any problems. However, when I try to use the verifySession() middleware in the backend, it is returning
session = undefined
. I suspect that it is a configuration issue. I am using Firebase Functions, and this is a different function (so a different route / endpoint). Still, I have not been able to successfully configure... Any thoughts?
d
r
  • 2
  • 122
  • 171
Hey, I've been hit with "`Access to fetch at 'https://[backend-url]/auth/signin' from origin 'https:...
t

texoport

about 3 years ago
Hey, I've been hit with "`Access to fetch at 'https://[backend-url]/auth/signin' from origin 'https://[frontend-url]' has been blocked by CORS policy: 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`" and I can't really seem to solve it. I'm able to sign up users but not login.
t
r
  • 2
  • 19
  • 167
Since SuperTokens does not offer a C# SDK, then how can I implement a social login from scratch usin...
h

Happypig375

over 2 years ago
Since SuperTokens does not offer a C# SDK, then how can I implement a social login from scratch using C# (Xamarin)? It is not obvious in the documentation. What I am hoping for is a series of API calls and/or website URLs to show in a web browser control instead of SDK calls because SuperTokens does not provide an SDK for this language
h
r
v
  • 3
  • 23
  • 162
I'm having this TypeScript problem when setting up the auth UI in a Next.js app: ```users:build: inf...
g

goodgravy

over 2 years ago
I'm having this TypeScript problem when setting up the auth UI in a Next.js app:
users:build: info  - Linting and checking validity of types...
users:build: Failed to compile.
users:build: 
users:build: ./pages/auth/[[...path]].tsx:21:6
users:build: Type error: 'SuperTokensComponentNoSSR' cannot be used as a JSX component.
users:build:   Its element type 'ReactElement<any, any> | Component<unknown, any, any>' is not a valid JSX element.
users:build:     Type 'Component<unknown, any, any>' is not assignable to type 'Element | ElementClass'.
users:build:       Type 'Component<unknown, any, any>' is not assignable to type 'ElementClass'.
users:build:         The types returned by 'render()' are incompatible between these types.
users:build:           Type 'React.ReactNode' is not assignable to type 'import("/Users/james/Code/oughtinc/elicit-mono/apps/users/node_modules/@types/react/index").ReactNode'.
users:build:             Type '{}' is not assignable to type 'ReactNode'.
users:build: 
users:build:   19 | 
users:build:   20 |   return (
users:build: > 21 |     <SuperTokensComponentNoSSR />
users:build:      |      ^
users:build:   22 |   )
users:build:   23 | }
This is when using the Auth component directly from https://supertokens.com/docs/thirdpartypasswordless/nextjs/setting-up-frontend
g
r
a
  • 3
  • 34
  • 160
Hi everyone, I am trying to input first_name and last_name as part of emailpassword signup. I tried ...
j

javierwong

almost 3 years ago
Hi everyone, I am trying to input first_name and last_name as part of emailpassword signup. I tried adding a first_name and last_name InputFormField and ran a simple curl to post a signup with those values but I dont think they are coming through. If I view the user management dashboard I see "FEATURE_NOT_ENABLED" for both first name and last name. I get the feeling that this is not the right way to set it? Anyone has any idea what I may have done wrongly?
j
h
r
  • 3
  • 11
  • 159
I have supertokens-frontend running on localhost:3000 and different project for backend on localhos...
p

prachi8628

over 3 years ago
I have supertokens-frontend running on localhost:3000 and different project for backend on localhost:3002 from UI when I am trying to login to google, I get "recipeImplementation.js:163 GET http://localhost:3002/auth/authorisationurl?thirdPartyId=google 404 (Not Found)" but localhost:3002 is up
p
r
  • 2
  • 32
  • 142
I'm using Nestjs as backend, with both rest and graphql implementation. How should I set the token i...
n

nik2208

almost 2 years ago
I'm using Nestjs as backend, with both rest and graphql implementation. How should I set the token in graphql playground?
n
r
  • 2
  • 61
  • 141
Previous345Next

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