utku
08/08/2022, 3:09 PMutku
08/08/2022, 3:09 PMrp
08/08/2022, 3:26 PMSalaz
08/08/2022, 4:19 PMti
08/09/2022, 12:59 AMrp
08/09/2022, 3:12 AMYSK
08/09/2022, 8:01 AMrp
08/09/2022, 8:28 AMkedw
08/09/2022, 4:09 PMRoy R
08/09/2022, 4:48 PMRoy R
08/09/2022, 4:48 PMrp
08/09/2022, 4:49 PMRoy R
08/09/2022, 4:50 PMrp
08/09/2022, 4:51 PMRoy R
08/09/2022, 4:52 PMrp
08/09/2022, 4:52 PMXxX_MLG Noob_XxX
08/09/2022, 7:28 PMsupertokens-core
? Do we have to uninstall the first package? Or does the next version already provide away to take care of all that?Pawayusa
08/09/2022, 9:16 PMSuperTokens
in a .Net Application
? (e.g. Blazor Server)
Thanks for the answers!XxX_MLG Noob_XxX
08/10/2022, 12:50 AMXxX_MLG Noob_XxX
08/10/2022, 12:53 AMyaml
config? I see a couple strewn around the site's documentation. But I wasn't sure if there was an explicit list.hmbrg
08/10/2022, 1:47 AMAug 10 03:38:03 AM 10 Aug 2022 01:38:03:113 +0000 | ERROR | pid: 52d5944d-594d-4e38-af87-2b716d6bd2e9 | [main] thread | io.supertokens.storage.postgresql.HikariLoggingAppender.doAppend(HikariLoggingAppender.java:132) | SuperTokens - Exception during pool initialization.
Aug 10 03:38:03 AM
Aug 10 03:38:03 AM Stopping SuperTokens...
Aug 10 03:38:03 AM 10 Aug 2022 01:38:03:113 +0000 | INFO | pid: 52d5944d-594d-4e38-af87-2b716d6bd2e9 | [main] thread | io.supertokens.Main.stopApp(Main.java:317) | Stopping SuperTokens...
Aug 10 03:38:03 AM
Aug 10 03:38:03 AM What caused the crash: Failed to initialize pool: The connection attempt failed.
`
rp
08/10/2022, 3:17 AMrp
08/10/2022, 3:20 AMyzs
08/10/2022, 9:46 AMXxX_MLG Noob_XxX
08/10/2022, 2:19 PMGabrielius
08/10/2022, 4:17 PMlet { user, emailVerifyLink } = input;
and let { id, email } = user;
, but how do I get the password reset link in the case when I'm sending a password reset email and input.type !== "EMAIL_VERIFICATION"
? I'm looking at the page https://supertokens.com/docs/emailpassword/email-delivery/custom-method for reference!fyne
08/10/2022, 6:09 PMLeander
08/10/2022, 8:08 PMEmailVerification.sendVerificationEmail()
.
Uncaught (in promise) SyntaxError: JSON.parse: unexpected end of data at line 1 column 1 of the JSON data
Anything I'm missing or is this a bug?
I'm using the web.js
sdk, and I'm initializing the recipe. Also tested with EmailPassword.sendVerificationEmail()
and that works fine.
> Note: I'm I correct in saying that you have to have a valid session before sending the email?yiannis.gkoufas
08/10/2022, 8:13 PMLeander
08/10/2022, 8:37 PMLeander
08/10/2022, 8:37 PM