https://supertokens.com/
Join Discord
Does anyone getting a blank screen after signup in supertoken saas?
l

luancamara

over 1 year ago
Does anyone getting a blank screen after signup in supertoken saas?
l
r
  • 2
  • 36
  • 24
<@498057949541826571> I'm trying to get a user by the metadata value. For example, my users have a m...
d

devcoelho

over 2 years ago
@rp_st I'm trying to get a user by the metadata value. For example, my users have a metadata field "stripe_customer_id" and I want to get a user by this value. I'm using ThirdPartyEmailPassword recipe but I can only see
getUserById
and
getUsersByEmail
d
n
r
  • 3
  • 8
  • 24
Is there a simple way of retrieving a user email once they've signed in in the same way you retrieve...
k

Kranos

over 2 years ago
Is there a simple way of retrieving a user email once they've signed in in the same way you retrieve userId with
await Session.getUserId()
? I couldn't see how to do it from the Get User Info documentation: https://supertokens.com/docs/thirdpartyemailpassword/common-customizations/get-user-info
k
r
  • 2
  • 3
  • 24
Hello. Is https://artifacthub.io/packages/helm/graphql-hive-subcharts/supertokens your official Helm...
j

jam_nside

over 2 years ago
Hello. Is https://artifacthub.io/packages/helm/graphql-hive-subcharts/supertokens your official Helm repository for Supertokens Core?
j
r
m
  • 3
  • 3
  • 24
Hi guys! I've come across a pretty strange behavior. I'm using the SDK in a react native app. In o...
a

Axel

over 2 years ago
Hi guys! I've come across a pretty strange behavior. I'm using the SDK in a react native app. In order to maintain the session state i routinely check "SuperTokens.doesSessionExist()" and with that answer go forward with an authorized/unauthorized user. What i have discovered is that when the session expires, the method "doesSessionExist", still resolves true.
a
r
  • 2
  • 59
  • 24
Hi! I'm currently trying to deploy supertokens and I get this error without much information `Error:...
c

crro

over 2 years ago
Hi! I'm currently trying to deploy supertokens and I get this error without much information
Error: no host specified in headers or uri
c
r
  • 2
  • 5
  • 24
Hey guys, does anyone have any idea on how to add an e2e test using puppeteer/playwright/cypress? Wh...
s

showtim33

about 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
  • 24
I get error - Please call the supertokens.init function before using SuperTokens even if I call this...
d

Deleted User

over 3 years ago
I get error - Please call the supertokens.init function before using SuperTokens even if I call this function with all required arguments. Does anybody have idea why this would happen?
d
r
  • 2
  • 12
  • 24
Hi I've got a problem with Angular + Capacitor + Supertokens. In the web version everything works pe...
m

mnky_js

about 1 year ago
Hi I've got a problem with Angular + Capacitor + Supertokens. In the web version everything works perfectly but when I test the app in iOS for example, then after the login the refresh call of doom is starting 😄
m
r
r
  • 3
  • 32
  • 23
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
  • 23
Previous202122Next

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