https://supertokens.com/
Join Discord
does anyone know if there will be further support for php specifically laravel?
p

pr0fesseur

over 2 years ago
does anyone know if there will be further support for php specifically laravel?
p
r
j
  • 3
  • 10
  • 7
can supertokens be combined with my `User` model?
d

Deleted User

over 2 years ago
can supertokens be combined with my
User
model?
d
r
w
  • 3
  • 9
  • 7
Organization support
p

para

over 2 years ago
Organization support
p
r
  • 2
  • 13
  • 7
Can I use verifySession in a way that the route is also accessible by users without a session? I th...
l

leolurchig

over 2 years ago
Can I use verifySession in a way that the route is also accessible by users without a session? I thought
verifySession({ sessionRequired: false })
would do the trick, but requests without a session get a 401. This is a problem for me, because I'm using https://telefunc.com for client <> server communication. The tool uses one route, whereas some requests need data from a possible existing session and some don't. Is there maybe another way without using verifySession?
l
r
  • 2
  • 93
  • 7
In overriding thirdPartySignInUpPOST, I would like to return an object if pre-check returns false el...
m

me_abhii

over 2 years ago
In overriding thirdPartySignInUpPOST, I would like to return an object if pre-check returns false else return
response originalImplementation.thirdPartySignInUpPOST(input)
. On doing this, I get an error:
Cannot read property 'status' of undefined
. I know reason behind this but still require to send an object to the client when the pre-check fails. How do I achieve this thing?
m
r
  • 2
  • 4
  • 7
In `supertokens-node`, is there a way to modify the config for a `ThirdPartyEmailPassword` provider ...
b

blair6861

over 2 years ago
In
supertokens-node
, is there a way to modify the config for a
ThirdPartyEmailPassword
provider from within a recipe override? More specifically, I am using a google as an identity provider and want to change the config params inside
thirdPartySignInUpPOST
hook. I will have a login hint unique to users that I need to pass to google. Im passing the hint in the request body and need to set it in this hook. I thought maybe I could modify the
input
that is passed to the
originalImplementation.thirdPartySignInUpPOST
call but it doesnt seem to contain the config data. I also made the config object passed to
ThirdPartyEmailPassword.Google
global so that I could modify it, but it looks like the provider gets initialized before the point its modified.
b
p
+2
  • 4
  • 8
  • 7
Security vulnerability
c

chunkygoo.

over 2 years ago
Security vulnerability
c
n
r
  • 3
  • 9
  • 7
UserContext does not appear to be passed by getAuthorisationURLWithQueryParamsAndSetState. I tried t...
a

ansont

over 2 years ago
UserContext does not appear to be passed by getAuthorisationURLWithQueryParamsAndSetState. I tried to retrieve it with frontend ThirdPartyEmailPasswordReact.init onHandleEvent & getRedirectionUrl but userContext is empty
a
n
  • 2
  • 11
  • 7
Hi all, just getting familiar with supertokens. I've got a pretty barebones backend working locally ...
s

SDavies

over 2 years ago
Hi all, just getting familiar with supertokens. I've got a pretty barebones backend working locally using the Go SDK. I'm trying to deploy it up to fly.io. Everything compiles fine, but the call to
supertokens.Init()
just hangs. I'm running in debug mode, when it gets to that call it logs out all the normal stuff, but then just...sits there. Nothing after the call to init is running. Wondering if anyone else has experienced this? I got a node server running on Fly with the same configuration, so I don't think that's set up incorrectly.
s
r
s
  • 3
  • 16
  • 7
I'm getting "Something went wrong. Please try again" when I try to login. Both social logins and ema...
t

Tobbe

over 2 years ago
I'm getting "Something went wrong. Please try again" when I try to login. Both social logins and email/pw give the same error. Is there anywhere I can get more information about what's wrong?
t
r
  • 2
  • 7
  • 7
Previous697071Next

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