https://supertokens.com/
Join Discord
Hi, I'm trying to implement a basic POC in python (running core in a docker container), but I'm havi...
s

sklorn

about 3 years ago
Hi, I'm trying to implement a basic POC in python (running core in a docker container), but I'm having issues configuring supertokens. I'm just running a simple FastAPI server and want to test social login. However, I'm getting a bunch of log messages from the middleware about not being able to handle my request (no recipe matched), and it looks like the middleware is just being bypassed. Here's my code (using the client_id/secret from the docs...)
s
r
  • 2
  • 15
  • 20
Is there a way to fix this error message. It seems like a css property which got set in the library ...
c

chunkygoo.

about 3 years ago
Is there a way to fix this error message. It seems like a css property which got set in the library itself
c
r
o
  • 3
  • 3
  • 20
Hi, i have a problem with "No SuperTokens core available to query"
i

IaS1506

about 3 years ago
Hi, i have a problem with "No SuperTokens core available to query"
i
r
  • 2
  • 29
  • 20
Hello everyone, I have a react frontend react app that consumes a backend api written in *Ruby on Ra...
f

flow-wizard

about 3 years ago
Hello everyone, I have a react frontend react app that consumes a backend api written in Ruby on Rails. I would love to use SuperTokens for authentication but I'm afraid that it won't work because SuperTokens doesn't support Ruby as backend yet. Would there still be a possibility for it working if I just implement it in the frontend with the react library? I was thinking maybe it would work if I just save the matching user record of the logged in user in the backend database and compare it.
f
r
  • 2
  • 6
  • 20
Hi, you described that using your access token is more secure than JWT. But on your site not so many...
i

IaS1506

about 3 years ago
Hi, you described that using your access token is more secure than JWT. But on your site not so many reasons why and its a problem. So can you write a bit more detailed comparison between your access token and JWT?
i
r
  • 2
  • 13
  • 20
Last question for today 😅, how can I configure my SMTP with username/password credentials ? I can't...
b

binouse

about 3 years ago
Last question for today 😅, how can I configure my SMTP with username/password credentials ? I can't find a way to give the username
b
r
a
  • 3
  • 10
  • 20
I noticed that the Auth0 external id (`sub`) for the google provider was `google-oauth2|<ID>`. Now ...
n

n1ru4l

about 3 years ago
I noticed that the Auth0 external id (
sub
) for the google provider was
google-oauth2|<ID>
. Now with supertokens I am building this within
createNewSession
, for mapping the accounts.
const externalUserId = user.thirdParty ? `${user.thirdParty.id}|${user.thirdParty.userId}` : null;
I noticed that
user.thirdParty.id
, here is
google
and not
google-oauth2
. Is it safe for me to simply replace the
google|
part with
google-oauth2
, is the
<ID>
part of the auth0 sub stable?
n
r
  • 2
  • 6
  • 20
Can a SuperToken dev take a look at this and let me know which is the best way to "connect provider"...
d

derptacious

about 3 years ago
Can a SuperToken dev take a look at this and let me know which is the best way to "connect provider" with XenForo and SuperTokens https://xenforo.com/community/resources/th-connected-account-providers.8488/
d
r
  • 2
  • 15
  • 20
It looks like SuperToken cookies are exceeding the permitted limit. I'm getting this error: "Set-Coo...
m

Morgante Pell

about 3 years ago
It looks like SuperToken cookies are exceeding the permitted limit. I'm getting this error: "Set-Cookie header is ignored in response from url: http://localhost:4000/auth/session/refresh. The combined size of the name and value must be less than or equal to 4096 characters."
m
r
p
  • 3
  • 21
  • 20
hi, for our app we had to use the native http plugin from capacitor, which doesnt support intercept...
e

EdwinN1337

over 3 years ago
hi, for our app we had to use the native http plugin from capacitor, which doesnt support interceptor... any example how to write custom logic to attach the cookies in the headers (for every request)?
e
r
  • 2
  • 11
  • 20
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