https://supertokens.com/
Join Discord
Hi I am trying Supertokens social login using Fast API and custom UI. Everytime I am trying to get a...
h

humara bajaj

about 3 years ago
Hi I am trying Supertokens social login using Fast API and custom UI. Everytime I am trying to get an access token, I am getting an error in
singinup
API.
{"status":"FIELD_ERROR","error":"'access_token'"}
h
r
k
  • 3
  • 27
  • 101
Any ideas on this "RESTART_FLOW_ERROR". Signing up via passwordless and getting internal server erro...
b

blockexplorer1492

about 2 years ago
Any ideas on this "RESTART_FLOW_ERROR". Signing up via passwordless and getting internal server error. Nodejs logs gave this error message
b
r
  • 2
  • 13
  • 100
I'm using NextJS's API routes. The API cannot find the route: http://localhost:3000/api/auth/session...
c

chunkygoo.

over 2 years ago
I'm using NextJS's API routes. The API cannot find the route: http://localhost:3000/api/auth/session/refresh . Do I need to add interceptors? I think the latest version of Supertokens removed the need for adding interceptors right? Using "supertokens-auth-react": "^0.27.3", "supertokens-node": "^12.1.1",
c
r
  • 2
  • 17
  • 98
Hi guys, any example of declaring custom redirect_uri while initialising third party providers in go...
g

ggi_d

over 2 years ago
Hi guys, any example of declaring custom redirect_uri while initialising third party providers in golang?
g
r
s
  • 3
  • 51
  • 98
Hello Everyone, I'm new to SuperTokens, right now I'm trying to get it work with Sapper app and impo...
d

Deleted User

over 3 years ago
Hello Everyone, I'm new to SuperTokens, right now I'm trying to get it work with Sapper app and importing "supertokens-node/recipe/session" crashes my server somehow. Does anybody have any idea why this would happen?
d
r
n
  • 3
  • 31
  • 94
hey, is there a way to get access token and refresh token validity from the backend? I am using gola...
a

alisha08770

about 3 years ago
hey, is there a way to get access token and refresh token validity from the backend? I am using golang.
a
r
+2
  • 4
  • 175
  • 91
How to integrate existing spring boot application?
u

_rajar

about 2 years ago
How to integrate existing spring boot application?
u
r
  • 2
  • 3
  • 90
Has anyone managed to get supertokens working with next.js v13 app directory?
d

Deleted User

over 2 years ago
Has anyone managed to get supertokens working with next.js v13 app directory?
d
n
p
  • 3
  • 52
  • 90
Greetings, does this works with WordPress?
c

CosmicSound

about 3 years ago
Greetings, does this works with WordPress?
c
r
  • 2
  • 4
  • 90
So I'm getting this error when calling `SuperTokens.init`: Please provide a valid URL path This is...
i

ITEnthusiasm

about 2 years ago
So I'm getting this error when calling `SuperTokens.init`: > Please provide a valid URL path This is my config
ts
SuperTokens.init({
  supertokens: {
    connectionURI: "http://127.0.0.1:3567",
  },
  appInfo: {
    appName: "SuperTokens Testing",
    websiteDomain: "http://localhost:3000",
    apiDomain: "http://localhost:3000",
    apiBasePath: "/auth",
  },
  recipeList: [
    EmailPassword.init(),
    Session.init(),
  ],
});
Any idea why I'd be getting this error? Seems like the URLs I have are valid.
i
r
  • 2
  • 18
  • 89
Previous567Next

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