https://supertokens.com/
Join Discord
I have a strange case where a request to the signout API returns a 401 in production. What’s the rea...
a

Ale, Pocket

about 2 years ago
I have a strange case where a request to the signout API returns a 401 in production. What’s the reason for that? How can I solve it? The issue is that users are basically never able to sign off
a
r
  • 2
  • 4
  • 37
We've noticed that some of our authentication-related emails are being flagged as spam by GMail (e.g...
g

goodgravy

about 2 years ago
We've noticed that some of our authentication-related emails are being flagged as spam by GMail (e.g. password reset). * We're using our own domain name * We're using Mailgun to send the messages * SPF and DKIM is set up correctly * The GMail message implies the risk factor is the content of the emails itself: "Similar messages were used to steal people's personal information. Avoid clicking links, downloading attachments or replying with personal information" Our next move, therefore, will be to change the content of the message so that it doesn't resemble the default ST template. Was wondering if other people had faced something similar and had success with a different approach?
g
r
  • 2
  • 6
  • 37
Helllo, I tested my app locally and it works fine, but when testing in staging trying to signup/logi...
p

pierrebiv

over 2 years ago
Helllo, I tested my app locally and it works fine, but when testing in staging trying to signup/login I'm getting an error in the console saying: "SyntaxError: Unexpected end of JSON input". I checked the request and I get a 200 and I also checked the dashboard and the user was created.
p
r
  • 2
  • 28
  • 37
Getting invalid api when curling to create a dashboard user with supertokens server -> curl --locati...
k

kiesker

over 2 years ago
Getting invalid api when curling to create a dashboard user with supertokens server -> curl --location --request POST 'Server link' \ --header 'rid: dashboard' \ --header 'api-key: ' \ --header 'Content-Type: application/json' \ --data-raw '{"email": "","password": ""}'
k
j
  • 2
  • 9
  • 37
hello, im getting an error while creating roles. const response = await UserRoles.createNewRol...
j

jhjhjhjh9964

over 2 years ago
hello, im getting an error while creating roles. const response = await UserRoles.createNewRoleOrAddPermissions('free', [ 'read', ]);
j
r
  • 2
  • 7
  • 37
NO_EMAIL_GIVEN_BY_PROVIDER issue
c

cbwhite920

over 2 years ago
I'm new to setting up oauth providers and such, and am currently getting back the no email given by provider error from my Azure AD integration. Are there any common gotchas that might cause this type of error? I'm sure it's something simple in my Azure AD app registration that I'm no doing right
c
r
  • 2
  • 18
  • 37
Mkay. This kinda relates to the `Issue` I threw up on GitHub in `supertokens-node`. But this questio...
i

ITEnthusiasm

almost 3 years ago
Mkay. This kinda relates to the
Issue
I threw up on GitHub in
supertokens-node
. But this question is more specific. Is there an existing way to replicate the
/signin
,
/signup
,
/session/refresh
route middleware by hand? (And are those the only middlewares created from
app.use(middlewares())
?)
(Background in Thread)
i
r
  • 2
  • 347
  • 37
Hi All, I have an Issue with supertokens-react-native. When using the signOut function, calling does...
k

kubessandra

about 3 years ago
Hi All, I have an Issue with supertokens-react-native. When using the signOut function, calling doesSessionExist still return true. Does anybody have the same issue ?
k
r
n
  • 3
  • 37
  • 37
can any body tell me basic functions in supertokens for react and how to connect it with backend lik...
a

ayush019.

about 3 years ago
can any body tell me basic functions in supertokens for react and how to connect it with backend like a functional app authorization and authentication being given by supertokens learning from documentation is bit hard for me first timers
a
r
  • 2
  • 12
  • 37
Hey guys. I had a question about the sendPasswordResetEmail method that we use to send a reset passw...
s

siddhantvarma

over 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
  • 37
Previous313233Next

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