https://supertokens.com/
Join Discord
if i issue new access token with refresh token i will get new AT+RT after this am i still able to us...
s

satty_71243

almost 2 years ago
if i issue new access token with refresh token i will get new AT+RT after this am i still able to use old AT until it expires ?
s
r
  • 2
  • 11
  • 14
Hey! I'm considering using super-tokens in a full-stack application with a Rust backend, NextJS, and...
l

Lille_morille

about 2 years ago
Hey! I'm considering using super-tokens in a full-stack application with a Rust backend, NextJS, and Flutter application with my team. I see there is no good Rust super-tokens SDK, so we will make this ourself. We will probably make it open source if there is any interest. However, I was wondering if this super-tokens package on https://pub.dev/packages/supertokens_flutter is ready for use? It seems official, but there is no license and pub classifies the publisher as "unverified". Just making proper precautions before implementing this into our project. Thanks for super-tokens, it's really neat <3.
l
r
  • 2
  • 2
  • 14
Hi, we're using supertokens-node on our backend and i've been trying to figure out how to access the...
k

karan_85161

about 2 years ago
Hi, we're using supertokens-node on our backend and i've been trying to figure out how to access the
last_active
info for a user. I can see there's a table for it but I can't seem to see how I can retrieve that data using the SDK. I wanted to avoid directly querying the table because it makes testing easier but is this possible at all?
k
r
  • 2
  • 3
  • 14
Block specific email domains: We're getting a lot of sign ups from protnmail, simplelogin, suremail,...
f

feiszli

about 2 years ago
Block specific email domains: We're getting a lot of sign ups from protnmail, simplelogin, suremail, mailbit, passinbox, 8shield, and other secure or temporary email services that lower the quality of our users. Is there a way to set a list of "do not allow" email domains for email sign up? I know a lot of sites do detection on the email domain during signup to make sure you're using a "good" email. It would be better if there were some sort of proactive feature to signal email address "quality" during signup, but a s imple "do not allow" list would probably do the trick at least for now. Though there are hundreds of these types of services so might be difficult.
f
r
  • 2
  • 4
  • 14
For supertokens.init do I put my nginx proxy domain or the localhost and port of the docker containe...
j

jordz2203

over 2 years ago
For supertokens.init do I put my nginx proxy domain or the localhost and port of the docker container (internal where nodejs is running)
j
r
  • 2
  • 1
  • 14
I think there's some problem with the built-in UI. In Dark mode, I can not see the text. In non-Dark...
y

yujonglee

over 2 years ago
I think there's some problem with the built-in UI. In Dark mode, I can not see the text. In non-Dark mode, I feel background is bit unnatural.
y
r
  • 2
  • 5
  • 14
Hello, my react web frontend received 401 error, and do not refresh token. I use fetch. What can be ...
r

rougsig

over 2 years ago
Hello, my react web frontend received 401 error, and do not refresh token. I use fetch. What can be wrong?
js
SuperTokens.init({
  appInfo: {
    appName: 'test',
    apiDomain: AUTH_BASE_URL,
    websiteDomain: APP_DOMAIN,
    apiBasePath: '/auth',
    websiteBasePath: '/auth',
  },
  recipeList: [
    EmailPassword.init(),
    Session.init(),
  ],
})
python in the attached, i have some overrides a lot of text. @rp_st cc
init-supertokens
r
r
  • 2
  • 18
  • 14
Hello, After the update of some days ago my "Verify your email" page stopped working. I get: ``` Res...
d

deuszera

over 2 years ago
Hello, After the update of some days ago my "Verify your email" page stopped working. I get:
Response { type: "basic", url: "https://my.app.org/api/auth/session/refresh", redirected: false, status: 401, ok: false, statusText: "Unauthorized", headers: Headers(13), body: ReadableStream, bodyUsed: false }
in the console and nothing loads. I don't know where to start to deal with this, so I think my best way out of it is just downgrade. With the node modules I already did, but I also have to do with the docker image. Right now I have:
image: registry.supertokens.io/supertokens/supertokens-mysql
in my docker compose. Does anyone know how to make so that I pull an old image? Thanks
d
r
  • 2
  • 7
  • 14
let originalContent = await originalImplementation.getContent(input)
u

_rajar

over 2 years ago
let originalContent = await originalImplementation.getContent(input)
u
n
  • 2
  • 2
  • 14
Hi team, Im working on forgot password flow. I've customized the url to my UI and i receive a token ...
m

mukulg22

over 2 years ago
Hi team, Im working on forgot password flow. I've customized the url to my UI and i receive a token in the url. The method in angular takes in the new password as parameter. How do I send the token with the same method? Ive gone through the docs and couldnt find any fix. Could someone help here?
m
n
  • 2
  • 9
  • 14
Previous787980Next

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