https://supertokens.com/
Join Discord
im trying to setup email / password login flows with email verification. ``` EmailPassword.init()...
p

pitchash

over 2 years ago
im trying to setup email / password login flows with email verification.
EmailPassword.init(),
   EmailVerification.init({
       mode: 'REQUIRED'
   
}),
Im pretty sure recipes are required? I just have the default setup, login works but I do not see to get any verification links
p
r
  • 2
  • 8
  • 4
Hi, How can I implement two-factor authentication via Authenticator App not phone using supertokens?
b

bian

over 2 years ago
Hi, How can I implement two-factor authentication via Authenticator App not phone using supertokens?
b
r
  • 2
  • 8
  • 4
I'm trying to customize the look of the supertokens sign in button. In the docs it shows this code w...
f

funk101

over 2 years ago
I'm trying to customize the look of the supertokens sign in button. In the docs it shows this code which I've implemented. I'm assuming this goes in "frontendConfig". It's not working. What am I missing? Here's the short code in frontendConfig:
return {
    appInfo,
    recipeList: [
      EmailPasswordReact.init({
        style: `[data-supertokens~=button] {
                    background-color: #ff0000;
                    border: 0px;
                    width: 30%;
                    margin: 0 auto;
                }`,
        getRedirectionURL: async (context) => {
f
r
  • 2
  • 4
  • 4
Are there any timelines for multi tenant support? I know multiple sub domains are supported but over...
m

mib200

over 2 years ago
Are there any timelines for multi tenant support? I know multiple sub domains are supported but over there basically the same session cuts across.
m
r
  • 2
  • 7
  • 4
i have got an issue when use interceptor on dio. it says "Bad state: Future already completed"
a

alpinjs

over 2 years ago
i have got an issue when use interceptor on dio. it says "Bad state: Future already completed"
a
r
n
  • 3
  • 37
  • 4
can i get any example for implementing rolebased access control in nestjs
h

hrithik.s.raj.

over 2 years ago
can i get any example for implementing rolebased access control in nestjs
h
r
  • 2
  • 58
  • 4
Hello everyone. Can someone direct me where the bug could be? I am trying to override the function `...
s

sehzpaul

over 2 years ago
Hello everyone. Can someone direct me where the bug could be? I am trying to override the function
emailpassword_sign_up
in my python code by using function override. I am using Python FastAPI library. I have been getting the following error when I override function
TypeError: override_thirdpartyemailpassword_functions.<locals>.email_sign_up() missing 1 required positional argument: 'user_context'
My understanding is that
user_context: Dict[str, Any]
should be passed as a dependency by FastAPI. It works when I override
thirdparty_sign_in_up
function. I am not sure why it does not work for
emailpassword_sign_up
.
s
r
  • 2
  • 7
  • 4
<@498057949541826571> I want to logout all users at once because of the major update on my page how ...
p

porcx

over 2 years ago
@rp_st I want to logout all users at once because of the major update on my page how do i do it ? any table that i can truncate ?
p
r
  • 2
  • 9
  • 4
Hi, I'm trying to close signups to a service that uses Supertokens. Is there a single setting I can ...
r

rluckom

over 2 years ago
Hi, I'm trying to close signups to a service that uses Supertokens. Is there a single setting I can change in supertokens core that will prevent it from creating new users and issuing them auth tokens?
r
r
  • 2
  • 6
  • 4
hi is there way for connect postgre db use ssl mode i didn't find content on doc
a

alpinjs

over 2 years ago
hi is there way for connect postgre db use ssl mode i didn't find content on doc
a
r
  • 2
  • 5
  • 4
Previous112113114Next

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