https://supertokens.com/
Join Discord
Is is possible for Frontend(Next js) to get the user meta data ?
p

PPaii

almost 3 years ago
Is is possible for Frontend(Next js) to get the user meta data ?
p
r
  • 2
  • 1
  • 41
Hi guys, I changed my supertoken cookies (e.g. sFrontToken) to see how supertokens deals with it :-)...
d

DanielAtStruggly

almost 3 years ago
Hi guys, I changed my supertoken cookies (e.g. sFrontToken) to see how supertokens deals with it :-). I get now a  "Failed to execute 'atob' on 'Window'" exception, which is fine as the token is for sure corrupt. How can I programmatically resolve this situation? Calling e.g. Session.signOut() isn't callable as it will also throw the "Failed to execute 'atob' on 'Window'" exception. Any clue? Maybe I miss some callable function within the frontend which can force the deletion of all supertoken cookies. Thanks!
d
n
r
  • 3
  • 16
  • 41
Is it possible to give custom userId to supertokens.? I know supertokens uses uuid. I was taking a...
m

muhajirdev

about 3 years ago
Is it possible to give custom userId to supertokens.? I know supertokens uses uuid. I was taking a look at the override functions. Wondering if I can pregenerate the user_id that will be used in supertokens table
m
r
j
  • 3
  • 51
  • 41
Hey guys, what is the reason that Apple has a redirect to `/api/auth/callback/apple` and the others ...
r

robschilder

over 3 years ago
Hey guys, what is the reason that Apple has a redirect to
/api/auth/callback/apple
and the others to
/auth/callback/google
for example? (notice the
/api
)
r
r
k
  • 3
  • 104
  • 41
Hey, I was checking pricing page, and I've seen that you are offering MFA, but when checking docs, I...
f

fdundjer

about 2 years ago
Hey, I was checking pricing page, and I've seen that you are offering MFA, but when checking docs, I see that supertokens is not MFA optimized. We have already implemented 2FA using combination of multiple recepies as suggested in docs. I'm just wondering if there is feature we are missing since we are using self hosted version without license?
f
r
  • 2
  • 20
  • 40
Hi could I get some assistance? I am working on a feature where I want to send a link as part of a c...
m

mongoose1993

about 2 years ago
Hi could I get some assistance? I am working on a feature where I want to send a link as part of a confirmation email. I would like to create a magic link that authenticates a user and allows them to cancel a booking. I have been looking at this documentation https://supertokens.com/docs/thirdpartypasswordless/custom-ui/login-magic-link but I don’t necessarily want the email to be sent automatically as we have a trigger through Salesforce Marketing Cloud and I would to pass in a token as part of this magic link. But I am not sure how to proceed. Any advice would be appreciated.
m
u
  • 2
  • 3
  • 40
Any idea why setting the `api_domain` on my python backend to be an AWS Public IPv4 DNS address is t...
a

andrewbyrley

over 2 years ago
Any idea why setting the
api_domain
on my python backend to be an AWS Public IPv4 DNS address is throwing this error?
Traceback (most recent call last):
  ...
  File "/home/andrew/PycharmProjects/reminderFastApi/venv/lib/python3.10/site-packages/supertokens_python/__init__.py", line 35, in init
    return Supertokens.init(
  File "/home/andrew/PycharmProjects/reminderFastApi/venv/lib/python3.10/site-packages/supertokens_python/supertokens.py", line 209, in init
    Supertokens.__instance = Supertokens(
  File "/home/andrew/PycharmProjects/reminderFastApi/venv/lib/python3.10/site-packages/supertokens_python/supertokens.py", line 157, in __init__
    self.app_info = AppInfo(
  File "/home/andrew/PycharmProjects/reminderFastApi/venv/lib/python3.10/site-packages/supertokens_python/supertokens.py", line 108, in __init__
    self.top_level_api_domain = get_top_level_domain_for_same_site_resolution(
  File "/home/andrew/PycharmProjects/reminderFastApi/venv/lib/python3.10/site-packages/supertokens_python/utils.py", line 279, in get_top_level_domain_for_same_site_resolution
    raise Exception(
Exception: Please make sure that the apiDomain and websiteDomain have correct values
a
r
k
  • 3
  • 9
  • 40
Is there a way to manually generate a verification link for a user? Found https://supertokens.com/do...
b

bradvrm

over 2 years ago
Is there a way to manually generate a verification link for a user? Found https://supertokens.com/docs/emailpassword/common-customizations/email-verification/generate-link-manually but not yet documented. The use case for this being the username has been changed, which marks it as not verified anymore, I want to then generate a new verification link and send that through to the new username once it has changed. Is this possible currently? or would I only be able to fire the new verification email once the user has created a session with the new username? thanks in advance 🙂
b
r
  • 2
  • 4
  • 40
Hi, I'm trying to implement supertokens with out ldap and AD servers. From my understanding I need t...
a

arwenxs

over 2 years ago
Hi, I'm trying to implement supertokens with out ldap and AD servers. From my understanding I need to implement a custom provider. I'm just not sure from the example code given how that works? How do we get the client id and client secret?
a
r
  • 2
  • 17
  • 40
Hello, I (akshat-g-07 on github) have been wanting to contribute to this community (supertokens-auth...
p

protostaarranuj

over 2 years ago
Hello, I (akshat-g-07 on github) have been wanting to contribute to this community (supertokens-auth-react) and I was trying to setup the project in my local. I went through the steps mentioned in the Contributing.md. And I think something didn't go as expected that's why I am not able to setup. If someone can connect with me (so that I can share my screen) for few minutes to help me there, it would be really helpful. We can discuss it here as well if connecting is not convenient. Thanks in advance 🙂
p
n
  • 2
  • 32
  • 40
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