https://supertokens.com/
Join Discord
hello everyone, I wanted to implement social login with custom UI, but i am getting below error auth...
a

anuj6163

over 1 year ago
hello everyone, I wanted to implement social login with custom UI, but i am getting below error auth.service.ts:24 GET http://localhost:8000/api/auth/authorisationurl?thirdPartyId=google&redirectURIOnProviderDashboard=http%3A%2F%2Flocalhost%3A8000%2Fauth%2Fcallback 400 (Bad Request) {"message":"the provider google could not be found in the configuration"} i am using fastapi for backend and angular for frontend fastapi this is my RecipeList RECIPE_LIST = [ session.init(), thirdpartyemailpassword.init( sign_up_feature = thirdpartyemailpassword.InputSignUpFeature( form_fields=[InputFormField(id='email'), InputFormField(id='password'), InputFormField(id='firstName'), InputFormField(id='lastName'), InputFormField(id='phone') ], )), thirdparty.init( sign_in_and_up_feature=thirdparty.SignInAndUpFeature(providers=[ ProviderInput( config=ProviderConfig( third_party_id="google", clients=[ ProviderClientConfig( client_id="1060725074195-kmeum4crr01uirfl2op9kd5acmi9jutn.apps.googleusercontent.com", client_secret="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", ), ], ) ) ]) ), dashboard.init() ]
a
r
r
  • 3
  • 13
  • 57
Hi I've got a problem with Angular + Capacitor + Supertokens. In the web version everything works pe...
m

mnky_js

over 1 year ago
Hi I've got a problem with Angular + Capacitor + Supertokens. In the web version everything works perfectly but when I test the app in iOS for example, then after the login the refresh call of doom is starting 😄
m
r
r
  • 3
  • 32
  • 57
Hey all. My company is looking to transition over to SuperTokens. After looking at some things we se...
e

EJ

over 2 years ago
Hey all. My company is looking to transition over to SuperTokens. After looking at some things we see that our current auth solution uses PKCE, but it appears that SuperTokens does not support OAuth 2.0 flows, but that does not seem quite right to me. Would someone be able to point me towards the proper documentation to answer this question?
e
r
e
  • 3
  • 22
  • 57
Hi, Can I use SuperTokens with Traefik ForwardAuth?
h

hamade

over 2 years ago
Hi, Can I use SuperTokens with Traefik ForwardAuth?
h
r
  • 2
  • 7
  • 57
Hi, I'm looking for some clarification on the pricing change that seemed to happen March 18th. Is mu...
b

Bailey

over 1 year ago
Hi, I'm looking for some clarification on the pricing change that seemed to happen March 18th. Is multi-factor authentication support via SMS something that we will be charged for even if we aren't using SuperToken's sending services? We're using our own service to send the text message after overriding the
smsDelivery
function, under the
Passwordless
recipe, and we were not expecting the new $100/month price minimum.
b
r
  • 2
  • 8
  • 56
Hi, I am stuggling to find how to refresh the session using the header transfer method , by manual...
l

luiss

almost 2 years ago
Hi, I am stuggling to find how to refresh the session using the header transfer method , by manually doing XHR Requests to the /auth/ endpoints. It seems the that refreshed token is sent using cookies instead of response headers. Currently I am trying with the following POST: What am I doing wrong?
api.post('/auth/session/refresh', 
           null,
           {
             headers: {
               Rid: "session",
               Authorization: "Bearer "+ refreshToken,
               "St-Auth-mode": "header", 
            }
          });
l
r
  • 2
  • 3
  • 56
I'm getting this error: SuperTokens core threw an error for a POST request to path: '/recipe/session...
k

kbanman

over 2 years ago
I'm getting this error: SuperTokens core threw an error for a POST request to path: '/recipe/session/regenerate' with status code: 400 and message: The user payload contains protected field My code looks like this:
await session.mergeIntoAccessTokenPayload({ sessionHandle: session.getHandle() });
How can I go about debugging this?
k
r
  • 2
  • 3
  • 56
hello guys! question: is there any way to include supertokens API into general swagger-based API doc...
a

art1c0

over 2 years ago
hello guys! question: is there any way to include supertokens API into general swagger-based API docs of the project? i use nest.js and connected via middleware, so maybe it's not possible or maybe you know how to do it?
a
r
  • 2
  • 5
  • 56
I just started getting these error messages: ``` No instance of EmailPassword found.```
f

funk101

about 3 years ago
I just started getting these error messages:
No instance of EmailPassword found.
f
r
  • 2
  • 69
  • 56
<@498057949541826571> need support, when we deploy Supertoken core to decrease access token validity...
u

[CATs] ya ong | [GUnS] bakins

over 1 year ago
@rp_st need support, when we deploy Supertoken core to decrease access token validity from 30 days to one hour, we've got this error:
jwt invalid: failed to deserialize token claims: could not get token claims: go-jose/go-jose: unsupported key type/format
that's happen when and after we deploy it. Any reason why?
u
r
  • 2
  • 9
  • 55
Previous141516Next

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