https://supertokens.com/
Join Discord
Just finished the PR for supertokens in hive, gonna take care of the deployment config on Monday, if...
n

n1ru4l

almost 3 years ago
Just finished the PR for supertokens in hive, gonna take care of the deployment config on Monday, if everything goes fine we are running on supertokens next week 🚀 If anyone is interested in the code you can have a look here, I hope it might be useful to someone 😄 https://github.com/kamilkisiela/graphql-hive/pull/303
n
a
  • 2
  • 1
  • 5
Hello, is there a `client_credentials` like alternative on login strategy ? I know there is user/pas...
h

heatbr

almost 3 years ago
Hello, is there a
client_credentials
like alternative on login strategy ? I know there is user/password which can be use but I think have property name like clientId clientSecret it would be better. What I want is be able to do machine2machine auth. https://auth0.com/blog/using-m2m-authorization/ this is an example
h
r
  • 2
  • 2
  • 5
Has anyone tried to build sveltekit with node-adapter and using supertokens-web-js module? I`m getti...
f

finnthehero

almost 3 years ago
Has anyone tried to build sveltekit with node-adapter and using supertokens-web-js module? I`m getting a module not found when trying to build a docker-image to use in production, runs fine in development mode 🤔
f
r
t
  • 3
  • 27
  • 5
Hello! I am trying to enable the email verification feature in the thirdpartyemailpassword recipe bu...
y

yiannis.gkoufas

almost 3 years ago
Hello! I am trying to enable the email verification feature in the thirdpartyemailpassword recipe but I am not sure about the configuration needed. If I do it like that:
ThirdPartyEmailPassword.init({
            signInAndUpFeature: {
                providers: [Google.init()],
                disableDefaultUI: false,
            },
            emailVerificationFeature: {
                mode: "REQUIRED"
            },
            getRedirectionURL: async (context) => {
                if (context.action === "SIGN_IN_AND_UP") {
                    return "/";
                }
            },
        }),
i guess I have to create a new page and render the default component which is in
/auth/verify-email?rid=thirdpartyemailpassword
?
y
r
  • 2
  • 34
  • 5
Hi, I'm trying to use the reactjs SDK but when I'm calling `ThirdPartyPasswordless.createPasswordles...
b

binouse

almost 3 years ago
Hi, I'm trying to use the reactjs SDK but when I'm calling
ThirdPartyPasswordless.createPasswordlessCode({ email })
I'm getting
error:  TypeError: Cannot read properties of undefined (reading 'createCode')
any ideas of what I am doing wrong ?
b
r
n
  • 3
  • 30
  • 5
Can I use `SuperTokens` in a `.Net Application`? (e.g. Blazor Server) Thanks for the answers!
p

Pawayusa

almost 3 years ago
Can I use
SuperTokens
in a
.Net Application
? (e.g. Blazor Server) Thanks for the answers!
p
r
  • 2
  • 2
  • 5
Hello. Can someone tell me how to create SuperTokens userIds for testing purposes?
b

busterbyron

almost 3 years ago
Hello. Can someone tell me how to create SuperTokens userIds for testing purposes?
b
r
  • 2
  • 12
  • 5
Hey guys. I had a question about the sendPasswordResetEmail method that we use to send a reset passw...
s

siddhantvarma

almost 3 years ago
Hey guys. I had a question about the sendPasswordResetEmail method that we use to send a reset password link to the user. Can someone explain the different options available for how the email is sent? I checked the docs here https://supertokens.com/docs/web-js/modules/recipe_emailpassword.html#RecipeFunctionOptions but it isn't clear to me what the RecipeFunctionOptions object passed to recipe functions represents. Maybe an example of the options object and what it means can be helpful.
s
r
  • 2
  • 3
  • 5
Hi, I tried to override the `consumeCode` function and returned a custom id in `response.user.id` bu...
b

binouse

almost 3 years ago
Hi, I tried to override the
consumeCode
function and returned a custom id in
response.user.id
but still got a generated userId in my
passwordless_users
table. Is it okay to really override the stored userId or should I simply override
getUserByEmail
,
getUserById
,
getUserByPhoneNumber
and
updateUser
functions so they return the correct Id ?
b
r
  • 2
  • 13
  • 5
Regarding supertokens-web-js `supertokensEmailPassword.signUp` , is the returned promise rejected in...
s

sharma8471

almost 3 years ago
Regarding supertokens-web-js
supertokensEmailPassword.signUp
, is the returned promise rejected in case of FIELD_ERROR? Initially I wrote the code inside .catch to deal with FIELD_ERROR but on debugging found that the code does not reach
.catch
, but it is inside
.then
. Is it intended?
s
r
  • 2
  • 13
  • 5
Previous9899100Next

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