https://supertokens.com/
Join Discord
`/bin/sh: 1: java: not found` ubuntu how to install java and which version ? iam now working node t...
p

productdevbook

over 2 years ago
/bin/sh: 1: java: not found
ubuntu how to install java and which version ? iam now working node test running but this problem cc: @rp_st
p
  • 1
  • 3
  • 23
Let's say I have two customers, C1 and C2, and we provide some integrations infrastructure to them w...
a

abhisheksachdeva

about 3 years ago
Let's say I have two customers, C1 and C2, and we provide some integrations infrastructure to them where Auth is powered by Supertokens (self-hosted for development purposes). Both customers have a common user, U1. If the user signs in to their products P1 and P2 using google, supertokens will assume that it is the same user as
third_party_user_id
is the same but will create two
sessions
. This might lead to some issues in the future as we will be using user_id for lots of other stuff. 1. Is there any way to consider them as separate users? 2. Should we use separate supertokens instance (cloud or local) for each customer? I guess, you will have something internally to manage multiple clients on the supertokens cloud.
a
r
  • 2
  • 11
  • 23
Hello I'm trying to implement a custom SMTP configuration for passwordless auth as specified in thi...
d

Deleted User

about 3 years ago
Hello I'm trying to implement a custom SMTP configuration for passwordless auth as specified in this guide https://supertokens.com/docs/passwordless/email-delivery/smtp/configure-smtp . The problem though is that the init method from passwordless does not expect any parameter such as
emailDelivery
as specified in the above-linked article. Could you please help take a look at this? Type - Supertoken NodeJS Version - 11.3.0
d
r
  • 2
  • 7
  • 23
hi! can i override how `<EmailPassword.EmailPasswordAuth>` from 'supertokens-auth-react' redirects ...
y

yzs

about 3 years ago
hi! can i override how
<EmailPassword.EmailPasswordAuth>
from 'supertokens-auth-react' redirects to auth? i want to add a query param
y
r
  • 2
  • 16
  • 23
Hey all, is there a way with Supertokens to handle account management ? I have multiple users with d...
h

HHChift

about 3 years ago
Hey all, is there a way with Supertokens to handle account management ? I have multiple users with different roles (admin, user) linked to one account. These users can only retrieve data from entries linked to that account. Pretty common for B2B apps. How do you deal with that ? Thanks a lot
h
r
v
  • 3
  • 136
  • 23
Hey guys I'm using next js, getting infinite call `/refresh` on Safari (Works fine from Chrome) ```...
j

johnmichal4362

over 3 years ago
Hey guys I'm using next js, getting infinite call
/refresh
on Safari (Works fine from Chrome) ``` SuperTokens.init({ appInfo: { appName: 'Test', apiDomain: 'http://localhost:3000', websiteDomain: 'http://localhost:8080', apiBasePath: '/api/v1/public/auth', websiteBasePath: '/auth' }, recipeList: [ Passwordless.init({ contactMethod: 'EMAIL' }), Session.init({ cookieDomain: 'http://localhost:8080' }) ] })
j
r
  • 2
  • 30
  • 23
Can anyone tell me how can i renew session?? Problem : When the access token expires my backend api ...
a

abhaybisht2002

over 1 year ago
Can anyone tell me how can i renew session?? Problem : When the access token expires my backend api throws 401 so i want to renew user session / or regenerate accessToken instead of redirecting to logout
a
r
  • 2
  • 25
  • 22
Hey there, is there a way to autostart supertokens on ubuntu? After restart it's not automatic
r

ricardas4658

over 1 year ago
Hey there, is there a way to autostart supertokens on ubuntu? After restart it's not automatic
r
r
d
  • 3
  • 14
  • 22
Hi, I'm having an issue - sign in and up doesn't work in browser Incognito mode
i

idanh

over 1 year ago
Hi, I'm having an issue - sign in and up doesn't work in browser Incognito mode
i
r
  • 2
  • 10
  • 22
Hi, is there a way to mount the dashboard endpoint to a separate port with a seperate domain and gat...
i

idanto

over 1 year ago
Hi, is there a way to mount the dashboard endpoint to a separate port with a seperate domain and gateway settings? except the obvious way of creating a separate deployment of our BE service for that purpose?
i
r
  • 2
  • 17
  • 22
Previous444546Next

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