https://supertokens.com/
Join Discord
Hi Are there any plans to allow multiple logins at the same time? Currently we use https://www.npmjs...
n

nathanskoot7357

about 3 years ago
Hi Are there any plans to allow multiple logins at the same time? Currently we use https://www.npmjs.com/package/supertokens-website for managing authentication and sessions. The idea would be to allow multiple profiles to be signed in at the same time, similar to how Google allows multiple accounts to login concurrently and switch between profiles.
n
r
  • 2
  • 3
  • 8
Does optional `verifySession` still work correctly? 🤔 Even when I set `sessionRequired: false`, I'm...
i

ITEnthusiasm

about 3 years ago
Does optional
verifySession
still work correctly? 🤔 Even when I set
sessionRequired: false
, I'm getting 401s.
i
r
  • 2
  • 9
  • 8
Does `SuperTokens` support regular form HTTP posts? (As opposed to using json-ified data)
i

ITEnthusiasm

about 3 years ago
Does
SuperTokens
support regular form HTTP posts? (As opposed to using json-ified data)
i
r
  • 2
  • 10
  • 8
Hey I am trying to deploy our app via Digital Ocean (with supertokens - managed service) but I am ge...
m

mnove.

about 3 years ago
Hey I am trying to deploy our app via Digital Ocean (with supertokens - managed service) but I am getting a 404 error when accessing the login page / signup page. I am using the same domain for the front end (React) and the API. However, the api endpoint is at "/api". I think it might have something to do with the supertokens config in my code?
m
r
  • 2
  • 72
  • 8
How to get user id client-side
l

lavenderlav

about 3 years ago
How to get user id client-side
l
r
  • 2
  • 40
  • 8
hi, i'm having a hard time getting 'supertokens-website' to work, help please 😅 `attemptRefreshing...
y

yzs

about 3 years ago
hi, i'm having a hard time getting 'supertokens-website' to work, help please 😅
attemptRefreshingSession
and
doesSessionExist
keep returning
false
ts
const api = axios.create({ baseURL: '/api', timeout: 5_000 });
SuperTokens.addAxiosInterceptors(api);

SuperTokens.init({
  apiDomain: 'http://localhost:3000',
  apiBasePath: '/api/auth',
});

async function signIn(form) {
  const res = await api.post('/auth/signin', form); 
  // {"status":"OK","user":{"email":"test@gmail.com","id":"de770ff7-4524-4108-994f-717c1d12bec4","timeJoined":1650956757303}}
  // the set-cookie headers are also present, and cookies are saved correctly

  const attemptRefreshingSession = await SuperTokens.attemptRefreshingSession();
  const doesSessionExist = await SuperTokens.doesSessionExist()
  console.log(attemptRefreshingSession, doesSessionExist); // false, false
}
y
r
  • 2
  • 84
  • 8
If I want to be able to update user roles and permissions on each access token refresh request, whic...
e

execreate

about 3 years ago
If I want to be able to update user roles and permissions on each access token refresh request, which method in which recipe should I overwrite? Do you have relevant documentation on that? Is it
regenerate_access_token
method of session recipe?
e
r
  • 2
  • 19
  • 8
Hello, under which case does the verifySession middleware return `message: unauthorised` also what i...
r

rajivharlalka

over 3 years ago
Hello, under which case does the verifySession middleware return
message: unauthorised
also what is the path of the function in the sdk.Tried to find but couldnt exactly locate it.
r
r
  • 2
  • 35
  • 8
Hi guys, How can I change the texts like "Sign in"... Etc ?
u

__ainar__

over 3 years ago
Hi guys, How can I change the texts like "Sign in"... Etc ?
u
s
r
  • 3
  • 4
  • 8
hey quick question: Does Supertoken have a robust logging capabilities and supports integration with...
m

morganv_08285

10 months ago
hey quick question: Does Supertoken have a robust logging capabilities and supports integration with your security information and event management (SIEM) system. Additionally, does SuperToken perform static and dynamic code analysis to detect security flaws.
m
r
  • 2
  • 2
  • 7
Previous636465Next

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