https://supertokens.com/
Join Discord
Hi, I'm trying to setup the dashboard. I'm trying to create a user using the CLI command but I'm get...
a

avery_05391

about 2 years ago
Hi, I'm trying to setup the dashboard. I'm trying to create a user using the CLI command but I'm getting
{"status":"INVALID_EMAIL_ERROR"}
curl --location --request POST 'https://xxx.aws.supertokens.io/recipe/dashboard/user' \
--header 'rid: dashboard' \
--header 'api-key: <YOUR-API-KEY>' \
--header 'Content-Type: application/json' \
--data-raw '{"email": "<YOUR_EMAIL>","password": "<YOUR_PASSWORD>"}'
My email ends in
.dev
is there some validation going on?
a
r
  • 2
  • 4
  • 25
https://supertokens.com/docs/thirdpartyemailpassword/common-customizations/sessions/handling-session...
f

flaskdev

about 2 years ago
https://supertokens.com/docs/thirdpartyemailpassword/common-customizations/sessions/handling-session-expiry Can I use this handler with Next.js 13/14?
f
r
  • 2
  • 1
  • 25
Any ETA on bun runtime based sdks for auth? Apparently using supertokens/node shoots random error on...
a

alpha_

about 2 years ago
Any ETA on bun runtime based sdks for auth? Apparently using supertokens/node shoots random error on Elysia framework
a
r
  • 2
  • 6
  • 25
hi, <@498057949541826571> We encountered this error when we tried to log in. But we did not make any...
p

phenomenal_moose_56739

about 2 years ago
hi, @rp_st We encountered this error when we tried to log in. But we did not make any changes to supertokens that would affect this. why could this be? SuperTokens core threw an error for a request to path: '/public/recipe/signin' with status code: 403 and message: Email password login not enabled for tenant.
p
r
z
  • 3
  • 13
  • 25
Hi guys, the instructions for the docs aren't working on my Macbook M1. Following this: https://supe...
r

robschilder

about 2 years ago
Hi guys, the instructions for the docs aren't working on my Macbook M1. Following this: https://supertokens.com/docs/community/versioning I get this error :
ℹ Starting the development server...
Docusaurus website is running at "http://localhost:3000/".
Browserslist: caniuse-lite is outdated. Please run:
npx browserslist@latest --update-db

Why you should do it regularly:
https://github.com/browserslist/browserslist#browsers-data-updating

● Client █████████████████████████ building (10%) 0/5 entries 1/5 dependencies 0/0 modules 0 ac
tive 
 

ℹ 「wds」: Project is running at http://0.0.0.0:3000/
ℹ 「wds」: webpack output is served from /
ℹ 「wds」: Content not from webpack is served from /Users/rs/Documents/Development/docs/v2
ℹ 「wds」: 404s will fallback to /index.html
node:internal/crypto/hash:71
  this[kHandle] = new _Hash(algorithm, xofLen);
                  ^

Error: error:0308010C:digital envelope routines::unsupported
    at new Hash (node:internal/crypto/hash:71:19)
    at Object.createHash (node:crypto:133:10)
I ran:
git clone https://github.com/supertokens/docs.git
git checkout 0.9.0
and then
cd v2
and then
npm i -d
and then when trying to run I got the error. Just to let you know 🙂
r
r
  • 2
  • 8
  • 25
hello guys, im trying to implement a google login using the thirdparty recipe, but am gettting a `re...
j

jhjhjhjh9964

over 2 years ago
hello guys, im trying to implement a google login using the thirdparty recipe, but am gettting a
redirect
error (?). Any clue where i should look at?
j
r
  • 2
  • 18
  • 25
Having issues with using selfhosted with SSL and Docker <@498057949541826571>
s

Smultar

over 2 years ago
Having issues with using selfhosted with SSL and Docker @rp_st
s
r
  • 2
  • 61
  • 25
Do you need a `core` to use supertokens with `nextjs`?
s

Smultar

over 2 years ago
Do you need a
core
to use supertokens with
nextjs
?
s
r
  • 2
  • 14
  • 25
<@498057949541826571> I'm trying to get a user by the metadata value. For example, my users have a m...
d

devcoelho

over 2 years ago
@rp_st I'm trying to get a user by the metadata value. For example, my users have a metadata field "stripe_customer_id" and I want to get a user by this value. I'm using ThirdPartyEmailPassword recipe but I can only see
getUserById
and
getUsersByEmail
d
n
r
  • 3
  • 8
  • 25
Hey!!! There is a table named `userid_mapping `in the supertokens core's database (when we are using...
h

himanshukukreja_

almost 3 years ago
Hey!!! There is a table named `userid_mapping `in the supertokens core's database (when we are using self-hosted service). Could this table be used to map the user ids from supertokens database with some external NoSQL database, say MongoDB, which our application uses? Also, is there any table that can store additional session information that our application fetches?
h
r
  • 2
  • 33
  • 25
Previous505152Next

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