https://supertokens.com/
Join Discord
Is there a way to show the "Sign Up" form by default instead of the "Sign In" page first when using ...
c

chronos_cosmicshadow

about 2 years ago
Is there a way to show the "Sign Up" form by default instead of the "Sign In" page first when using ? Or is there an alternate just for SignUp?
c
r
  • 2
  • 26
  • 7
Hey, could someone from the team update the Next.js (app directory enabled) boilerplate repo to the ...
a

alpha_

about 2 years ago
Hey, could someone from the team update the Next.js (app directory enabled) boilerplate repo to the latest version?
a
r
  • 2
  • 12
  • 7
Using supertokens with django So I have an `IdP` which runs as a `Go` API server and talks to the s...
m

mayankgopronto

over 2 years ago
Using supertokens with django So I have an
IdP
which runs as a
Go
API server and talks to the supertokens core and all authentication happens via the IdP. We have an existing
django
-
drf
app which currently does regular django session authentication and sets the
sessionid
in the cookie. In the new implementation, where I am trying to slowly migrate all the services to supertokens, all the requests will contain the supertokens'
access
and
refresh
token. So I am planning to write a django middleware which will call the
IdP's
session-verify API . And if successful, I can set the django
User
object. I was looking through the python SDK which has a plugin for
django
. Is there any way I can achieve this using the SDK? I do not want to do
supertokens.init
in my django app to maintain abstraction. Is this approach feasible or would you suggest I go with the
python
sdk and use the supertokens backend in the django server too?
m
r
  • 2
  • 4
  • 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
Trying to use SuperTokens in an Electron app. Have taken a look at the example on Github and have im...
d

djarran

over 2 years ago
Trying to use SuperTokens in an Electron app. Have taken a look at the example on Github and have implemented them into my own project. Trying to log in using Google and it is not directing my as it normally would on the browser.
screen-recording-2023-01-23-at-6-48-08-pm
d
r
  • 2
  • 27
  • 7
Multiple supertokens instances in a single express application?
n

Nightlight

over 2 years ago
Is it possible to add multiple supertoken instances in a single express application? The documentation only mentions a single instance using supertokens.init(). I'm wanting to set up a multi-tenant type of architecture with a single webserver and multiple cores.
n
r
  • 2
  • 37
  • 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
Previous636465Next

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