https://supertokens.com/
Join Discord
PBKDF2 Auth - FastAPI
m

markhor.

over 2 years ago
Hello team! We are an enterprise company currently developing a highly sensitive project with some financial institutions. Our requirement is to implement this hashing algorithm for all the users that are registered on our platform. We are using FastAPI for the backend so would appreciate any help.
m
r
  • 2
  • 8
  • 10
how can I implement SSO for my clients
n

nim4ze

over 2 years ago
how can I implement SSO for my clients with supertokens? They want to sign in with azure AD accounts.
n
a
  • 2
  • 2
  • 10
<@498057949541826571> how can i upgrade supertokens core with minimal downtime?
b

bian

over 2 years ago
@rp_st how can i upgrade supertokens core with minimal downtime?
b
r
  • 2
  • 10
  • 10
Hey, could someone from the team update the Next.js (app directory enabled) boilerplate repo to the ...
a

alpha_

over 2 years ago
Hey, could someone from the team update the Next.js (app directory enabled) boilerplate repo to the latest version?
a
r
  • 2
  • 12
  • 10
is there any to log out the user if user is idle for 10 mins without?
s

shri4953

over 2 years ago
is there any to log out the user if user is idle for 10 mins without?
s
r
  • 2
  • 1
  • 10
Hi, do I have this good? https://pastebin.com/MPb1c0r2 When user click in button (email verificatio...
w

weboux

over 2 years ago
Hi, do I have this good? https://pastebin.com/MPb1c0r2 When user click in button (email verification), open this page (Nextjs). At first, the page is blank (before useEffect so user may not see it.). useEffect run consumeVerificationCode to check if the verification code is expired or invalid and if the verification code is expired or invalid user should see screen version with button (status: "error"). The button send email for new code. But if code is ok, user'll get page version for status: "success".
w
r
  • 2
  • 8
  • 10
For people searching a web3 auth solution with supertokens take a look (react + tailwind + RainbowKi...
m

maximedotair

over 2 years ago
For people searching a web3 auth solution with supertokens take a look (react + tailwind + RainbowKit) https://www.loom.com/share/119036b7719449459ff8d247d6032f89
m
a
  • 2
  • 1
  • 10
``onHandleEvent: async (context) => { if (context.action === "SESSION_ALREADY_EXISTS") { ...
m

maximedotair

over 2 years ago
``onHandleEvent: async (context) => { if (context.action === "SESSION_ALREADY_EXISTS") { // TODO: } else if (context.action === "PASSWORDLESS_RESTART_FLOW") { // TODO: } else if (context.action === "PASSWORDLESS_CODE_SENT") { // TODO: } else { let { id, email } = context.user; if (context.action === "SUCCESS") { if (context.isNewUser) { // Sign up createUser(id, email); } else { // Sign in updateUser(id, email); } } } },``
m
r
  • 2
  • 26
  • 10
This release reduced the bundle size by 70%? https://discord.com/channels/603466164219281420/8326036...
c

chunkygoo.

over 2 years ago
This release reduced the bundle size by 70%? https://discord.com/channels/603466164219281420/832603690653188126/1066224880124694628
c
r
  • 2
  • 5
  • 10
Hello everyone ! I'm trying to setup supertokens with appsync but I have trouble to make it works. I...
r

ronflai

over 2 years ago
Hello everyone ! I'm trying to setup supertokens with appsync but I have trouble to make it works. I created a lambda with this code https://supertokens.com/docs/passwordless/serverless/with-aws-lambda/authorizer#2-add-code-to-the-lambda-function-handler and I added a new authorization provider in appsync with this lambda authorizer. Then when I try to test it by using the queries tool in aws console appsync with as authorization token the user_id I got in my front end app after successfully logged in I got the following error message:
{
  "errors": [
    {
      "errorType": "AuthorizerFailureException",
      "message": "The adapter was unable to infer a handler to use for the event. This is likely related to how the Lambda function was invoked. (Are you testing locally? Make sure the request payload is valid for a supported handler.)"
    }
  ]
}
Someone have any idea how to fix this ? Thanks.
r
n
p
  • 3
  • 50
  • 10
Previous787980Next

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