https://supertokens.com/
Join Discord
Hi, I am trying to implement Apple Sign In, after SDK response I have `identityToken` and `authoriza...
l

lavrd

about 2 years ago
Hi, I am trying to implement Apple Sign In, after SDK response I have
identityToken
and
authorizationCode
. Which fields do I need to fill when make request to SuperTokens? Currenly, I have following error:
the client for whom this key is for is different than the one provided
.
l
r
n
  • 3
  • 36
  • 8
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
  • 8
Hi, this is the most <#603466164219281433> channel I can see. I just wanted to say I'm giving supert...
c

codingkriggs

about 2 years ago
Hi, this is the most #603466164219281433 channel I can see. I just wanted to say I'm giving supertokens a look. My stack is nextjs 13 / react 18. I believe there are no real examples of supertokens using the new nextjs 13 app/ directory (vs. pages/), but plenty of libraries require the migration, not just supertokens. Hopefully that part won't be as difficult as what I expect to be the difficult part, which is configuring supertokens and understanding what I'm doing. I will say though that I chose supertokens after looking for days at all the alternatives. Because 1) you're very explicit about your algorithm (access and refresh tokens), 2) you support username/password, and 3) you have a free open source self-host option.
c
n
  • 2
  • 1
  • 8
Hey, does anyone have any experience with migrating from clerk to supertokens? Especially migrating ...
j

jimpex

about 2 years ago
Hey, does anyone have any experience with migrating from clerk to supertokens? Especially migrating email/password users. My company is planning to do this but we're unsure of the best approach for this. Thanks in advance. (Efficiency is very important as we'd be migrating upwards of 100k accounts)
j
r
  • 2
  • 1
  • 8
For oauth and email password, if someone sign up with different auth providers with same email, is t...
b

bladerpc

about 2 years ago
For oauth and email password, if someone sign up with different auth providers with same email, is this counted as different accounts? What about if they sign up with email then sign in with their oauth provider email that’s same? Curious what’s recommended behavior here and what flexibility I have
b
r
  • 2
  • 6
  • 8
Hi ! Is there any known procedure to upgrade the core when using Docker ? I installed 5.0 this morn...
c

Chimanos

about 2 years ago
Hi ! Is there any known procedure to upgrade the core when using Docker ? I installed 5.0 this morning (by changing my compose file with
5.0
); and am getting :
Unknown column 'use_static_key' in 'field list'
c
r
  • 2
  • 12
  • 8
I'm relatively a newbie. I want to self host supertokens core. And i want to host it using docker. T...
b

burnittotheground

about 2 years ago
I'm relatively a newbie. I want to self host supertokens core. And i want to host it using docker. The thing is, i use Mongodb as my actual database. But since supertokens afaik doesn't fully support it, i wanted to use MySql. In the
Step 3: Core > Self Hosted > With Docker
part, it provides a docker compose file which runs a mysql container and connects the supertokens core to it. Am i correct? So, i don't need to follow the
Database Setup
part since i'm not going to connect supertokens to my actual database? Here's the docker compose file btw; https://supertokens.com/docs/emailpassword/custom-ui/init/core/with-docker
b
r
  • 2
  • 1
  • 8
I have an app in which users are invited by an admin, using an email, now I'm wondering, - Do I crea...
m

miguelstevensbe

about 2 years ago
I have an app in which users are invited by an admin, using an email, now I'm wondering, - Do I create the Supertokens user first, and then invite the user to register for an account in my app - Do I create an account in my app's database, and then have the user signup using a special link to fill in his details for Supertokens? What's the general way of going about something like this? The user account will have to be coupled to a company, for example
m
r
  • 2
  • 21
  • 8
I get a 404 not found on /auth/signup .... I use fastapi and don't know why I give my token and cha...
d

devertry|deepsheep

about 2 years ago
I get a 404 not found on /auth/signup .... I use fastapi and don't know why I give my token and change anything in the app
d
r
  • 2
  • 21
  • 8
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
  • 8
Previous606162Next

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