https://supertokens.com/
Join Discord
how would apple or google sign in work on react native app? Does it work "natively" or does it first...
u

0xwess

almost 2 years ago
how would apple or google sign in work on react native app? Does it work "natively" or does it first open the browser and then redirect to back to app when you sign out like Amazon Cognito federated auth does? (which feels unintuitive and unnative on mobile apps)?
u
r
a
  • 3
  • 36
  • 7
Team, we would like to implement username/password + social logins using managed supertokens. Howeve...
k

Krishnamurthy

about 2 years ago
Team, we would like to implement username/password + social logins using managed supertokens. However our app is a react app packaged as a DESKTOP APP (e.g. Electron or Tauri based). Do we have any examples / documentations for this scenario?
k
r
n
  • 3
  • 13
  • 7
Hi, i am getting `Session does not exist` then reloading frontend A after i logged in with the same ...
l

Luca

about 2 years ago
Hi, i am getting
Session does not exist
then reloading frontend A after i logged in with the same account in frontend B. Is there a way how i can fix this? I am using the python sdk (fastapi) and for my frontent A the react sdk and for frontend B the web sdk.
l
r
  • 2
  • 14
  • 7
Hello, I am implementing supertokens in my project in a self-hosted way, everything is fine, but I d...
d

Deleted User

about 2 years ago
Hello, I am implementing supertokens in my project in a self-hosted way, everything is fine, but I don't quite understand how the issue of resetting the password of registered users with email and password works
d
r
n
  • 3
  • 9
  • 7
Hey, i am getting a blank screen after signup then the email verification is set to required. I dont...
l

Luca

about 2 years ago
Hey, i am getting a blank screen after signup then the email verification is set to required. I dont get any kind of error messages. No erros in borwser console, lo failing network requests, no backend errors. I am using the latest versions of supertokens_python and supertokens react. I am using the thirdpartyemailpassword recipe. What can i do to fix this?
l
r
  • 2
  • 6
  • 7
Is anyone here running Supertokens using Python? I'm trying to follow/use the example, but am not su...
d

da.fant

about 2 years ago
Is anyone here running Supertokens using Python? I'm trying to follow/use the example, but am not sure how to hook it up to the frontend. No routes are added to the FastAPI (e.g.
session/refresh
) https://github.com/supertokens/supertokens-python/blob/master/examples/with-fastapi/with-thirdpartyemailpassword/main.py
d
r
k
  • 3
  • 45
  • 7
Hey all, how could I use different auth recipes accross the same application, is this possible ? In ...
h

HHChift

about 2 years ago
Hey all, how could I use different auth recipes accross the same application, is this possible ? In my application, I have the main app protected by email/password with a nodejs backend. This is already implemented with ST. I would like to add another small app for a specific group of people with only passwordless auth. Is this possible in the same front/back ? What would be the auth routes for example ? Can it be overriden ? The same SessionAuth does not have the same scope. You have a SessionAuth for the main app & the secondary app. Same questions for the backend. How can you differentiate the token & make sure that some routes are not authorized by one of the two apps ?
h
r
  • 2
  • 10
  • 7
Is there anyway to update the SuperTokens backend configuration (specifically the Oauth2 provider cr...
o

Ollie.

about 2 years ago
Is there anyway to update the SuperTokens backend configuration (specifically the Oauth2 provider credentials) while its running?
o
r
  • 2
  • 15
  • 7
Hi! I have more of a general question. Can a single backend serve multiple frontends? So the scena...
w

whydinkov

about 2 years ago
Hi! I have more of a general question. Can a single backend serve multiple frontends? So the scenario is:
backend
- on server A
frontend
- on server B, trying to contact the backend on server A
frontend-local
- locally, trying to contact the backend on server A I guess, I can have multiple backends, to cater to the 2 types like
backend
and
backend-local
, where backend is setup towards frontend (on server B) and backend-local where our local IP address is set for CORS and website name localhost with a port and tweak a bit the devops ot deploy the same code base to backend and backend-local, and both backends can connect to same `core`and databases. however this sounds a bit tidious, as I am new to this library, is there a way to support this functionality (both frontends) from a single backend
w
r
  • 2
  • 3
  • 7
Hi, there! How to integrate SuperTokens into react native project. I have successfully integrated it...
o

olehhlova

about 2 years ago
Hi, there! How to integrate SuperTokens into react native project. I have successfully integrated it in react-app, but in react-native its quite different
o
r
  • 2
  • 7
  • 7
Previous676869Next

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