https://supertokens.com/
Join Discord
<@498057949541826571> I want to logout all users at once because of the major update on my page how ...
p

porcx

over 2 years ago
@rp_st I want to logout all users at once because of the major update on my page how do i do it ? any table that i can truncate ?
p
r
  • 2
  • 9
  • 4
Hi, I'm trying to close signups to a service that uses Supertokens. Is there a single setting I can ...
r

rluckom

over 2 years ago
Hi, I'm trying to close signups to a service that uses Supertokens. Is there a single setting I can change in supertokens core that will prevent it from creating new users and issuing them auth tokens?
r
r
  • 2
  • 6
  • 4
hi is there way for connect postgre db use ssl mode i didn't find content on doc
a

alpinjs

over 2 years ago
hi is there way for connect postgre db use ssl mode i didn't find content on doc
a
r
  • 2
  • 5
  • 4
Hey everyone! How do I get information of a user based on the session token that I have? I would exp...
j

jonasalexanderson

over 2 years ago
Hey everyone! How do I get information of a user based on the session token that I have? I would expect an endpoint like
GET /{apiBasePath}/user
where I put the session token in the
Authorization
header, but I cannot find such an end point in the documentation: https://app.swaggerhub.com/apis/supertokens/FDI/1.15.0
j
r
  • 2
  • 12
  • 4
I have issue with set-token in mobile browser. Using mobile version of Safari 16.1 (but can be rep...
k

kuzyaross

over 2 years ago
I have issue with set-token in mobile browser. Using mobile version of Safari 16.1 (but can be reproduced in chrome mobile version also) Desktop version of set-cookie: Mobile version of set-cookie: as you can see, set-cookie is not full in mobile version. is it a bug?
k
r
  • 2
  • 23
  • 4
I'm working on jwt authentication for my application using super tokens.. I'm getting some middlewar...
n

namratha0790

over 2 years ago
I'm working on jwt authentication for my application using super tokens.. I'm getting some middleware errors:
n
r
  • 2
  • 48
  • 4
Hello! Got supertokens running in production in combination with Hasura and an Angular Frontend. E...
t

turbosepp

over 2 years ago
Hello! Got supertokens running in production in combination with Hasura and an Angular Frontend. Everything works except one thing: The Frontend sends a request to /auth/session/refresh every 3 seconds that returns with a 404. This fills up my logs and can't be too good. Can you give ma any help on that? What information do you need?
t
r
  • 2
  • 47
  • 4
Hey guys, I'm trying to use supertokens with next.js 13, but i get an error when trying Step 2.3 of ...
d

Deleted User

over 2 years ago
Hey guys, I'm trying to use supertokens with next.js 13, but i get an error when trying Step 2.3 of the Next.js Integration guide:
Unhandled Runtime Error
Error: SuperTokens must be initialized before calling this method.
------------------------------------------------------------------
pages/auth/[[...path]].tsx (15:8) @ eval

  13 | // if the user visits a page that is not handled by us (like /auth/random), then we redirect them back to the auth page.
  14 | useEffect(() => {
> 15 |   if (SuperTokens.canHandleRoute() === false) {
     |      ^
  16 |     redirectToAuth()
  17 |   }
  18 | }, [])
. Any ideas? I presume the
SuperTokensReact.init(frontendConfig())
in
_app.tsx
(although I added this in
context-providers.tsx
which is basically the same thing) is meant to initialize, but it doesn't seem to. (
context-providers.tsx
has
'use client'
up the top, not sure if important)
d
r
s
  • 3
  • 35
  • 4
Why I am getting cors error when my configuration are set properly in AWS lambda ``` app.use( cors...
k

kumar_ayush

over 2 years ago
Why I am getting cors error when my configuration are set properly in AWS lambda
app.use(
  cors({
    origin: "https://loquacious-crostata-a45e75.netlify.app",
    allowedHeaders: ["content-type", ...supertokens.getAllCORSHeaders()],
    credentials: true,
  })
);
k
r
k
  • 3
  • 46
  • 4
Hi, thank you for an amazing work! I've use the Passwordless recipe with Ionic app and developer/use...
t

th1nkk1d

over 2 years ago
Hi, thank you for an amazing work! I've use the Passwordless recipe with Ionic app and developer/user experience was amazing. Now I'm trying to figure out, if it is possible to use a single API and 2 frontend with different domain names? In my case ionic use localhost in hybrid app, but to publish it on the web I need another registered domain name.
t
r
  • 2
  • 7
  • 4
Previous113114115Next

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