https://supertokens.com/
Join Discord
Hi, any guide on how to use Passwordless and Session management in a plain html, js website with fla...
h

hermit908

about 3 years ago
Hi, any guide on how to use Passwordless and Session management in a plain html, js website with flask backend. Is it even possible right now?
h
r
  • 2
  • 8
  • 32
Hi, just a question about sessions in react native, should .signout() method delete the session ? Be...
b

binouse

about 3 years ago
Hi, just a question about sessions in react native, should .signout() method delete the session ? Because it is not the case on my implementation and it is a bit of a problem as I am use .doesSessionExist() to determine if the user is signedIn or not
b
r
n
  • 3
  • 30
  • 32
hello , i am a supertoken user . i have integrated supertokens with my application. And using sessio...
j

jj_9475

about 3 years ago
hello , i am a supertoken user . i have integrated supertokens with my application. And using session context. i need to individually test react components for my unit test. but i cant seem to mock useSessionContext. could you please help me.
j
r
  • 2
  • 3
  • 32
Hey guys, does anyone have any idea on how to add an e2e test using puppeteer/playwright/cypress? Wh...
s

showtim33

over 3 years ago
Hey guys, does anyone have any idea on how to add an e2e test using puppeteer/playwright/cypress? What I tried was somehow copying the cookie and setting it in the test, it worked but not for long, probably because the refresh tokens are also updated after a fixed time interval. I am using react and passwordless recipe. Any ideas/suggestions/pointers?
s
r
  • 2
  • 14
  • 32
What's the best way to temporarily disable sign-up? I want to keep the existing users on my core.
c

cyber.mantis

over 3 years ago
What's the best way to temporarily disable sign-up? I want to keep the existing users on my core.
c
r
  • 2
  • 14
  • 32
Hi, i am using verify middleware in route and i have also my own middleware which i used to to set s...
c

cpalta8102

over 3 years ago
Hi, i am using verify middleware in route and i have also my own middleware which i used to to set some data into session . in my own middleware i used next() function but after using verify middleware next function it show me a error "TypeError: Cannot read property 'secure' of undefined"
c
r
  • 2
  • 29
  • 32
TOTP question - not enabled against Tenant but per individual user. User sets up TOTP Device and ver...
n

Nik

over 1 year ago
TOTP question - not enabled against Tenant but per individual user. User sets up TOTP Device and verifies. The following is added to metada:
"requiredSecondaryFactors": [
            "totp"
        ]
When user removed the device via device/remove and has no devices linked - should the metada automatically be updated to remove the required 2nd factor?
n
r
p
  • 3
  • 52
  • 31
Hello. If I create a instance of axios, supertoken is not detecting session cookies. I am using supe...
s

soumya0373

over 1 year ago
Hello. If I create a instance of axios, supertoken is not detecting session cookies. I am using supertokens-web-js in nuxt.js 2 // Here is my code plugins/axios-cache-setup.js
import axios from 'axios'
import { setupCache } from 'axios-cache-interceptor/dev'

export default function ({ $config }, inject) {
  // Create axios instance
  const axiosInstance = axios.create({
    baseURL: $config.baseURL, 
  })
   // Set up caching
  // Set axios instance to Nuxt context
  const axiosWithCache = setupCache(axiosInstance, {
    methods: ['get', 'post'],
    debug: console.log,
  })

  inject('axiosCache', axiosWithCache)
}
s
r
  • 2
  • 14
  • 31
Hey <@498057949541826571> I've had a case that our administrator deactivate user on our dashboard. T...
u

[CATs] ya ong | [GUnS] bakins

over 1 year ago
Hey @rp_st I've had a case that our administrator deactivate user on our dashboard. The expectation is to kick the customer out of the app. To do this, we need to invalidate the access token that user used by that time. After we implement access token blacklisting, we can't force sign out customer as we don't have user token when deactivating user is performed by administrator. Question, is removing sessions for user would handle those case ^? Or is there any other mechanism that Supertoken provide to handle that?
u
r
  • 2
  • 22
  • 31
<@498057949541826571> I am trying to add one-tap-google apart for default social login, but I need...
s

shashank0959

over 1 year ago
@rp_st I am trying to add one-tap-google apart for default social login, but I needs to modify the pop-up, can you help here,
s
r
s
  • 3
  • 44
  • 31
Previous272829Next

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