https://supertokens.com/
Join Discord
I guessing that I can authenticate/authorise an API only application, with API authentication keys w...
h

helder.rossa

over 2 years ago
I guessing that I can authenticate/authorise an API only application, with API authentication keys with SuperTokens but I'm not sure how. how can I create a API key to use for API requests to my app? I can create users using /recipe/signup but not sure how to create an access token that does not expire
h
r
+2
  • 4
  • 115
  • 47
Hey guys, I want to use krakend.io API Gateway to enforce request level authorization. Krakend suppo...
e

execreate

about 3 years ago
Hey guys, I want to use krakend.io API Gateway to enforce request level authorization. Krakend supports fetching the token from cookies with
cookie_key
parameter (https://www.krakend.io/docs/authorization/jwt-validation/), so I guess it must possible to make it work with Supertokens http-only cookies. Theoretically, I can pass
jwk_url
of Supertokens (https://supertokens.com/docs/passwordless/common-customizations/sessions/with-jwt/get-jwks-and-issuer) to Krakend and set
cookie_key
to
sAccessToken
to make it work. But the jwks endpoint in Supertokens is not available unless I turn on jwt in session recipe, is that right? Because I cannot fetch the jwks endpoint with my current setup where I did not enable jwt in Supertokens.
e
r
  • 2
  • 5
  • 47
Hey guys, awesome project, love it I 've been debugging this for a few hours. What could be the rea...
m

muhajirdev

about 3 years ago
Hey guys, awesome project, love it I 've been debugging this for a few hours. What could be the reason that I don't have
sRefreshToken
cookie. What would be useful information I can provide?
m
r
  • 2
  • 40
  • 47
hello, what do i type here to use my own smtp configuration ? i have an email address with password ...
k

kevin.millot

over 3 years ago
hello, what do i type here to use my own smtp configuration ? i have an email address with password already if i need to send from that email address
js
EmailPasswordNode.init({
        emailDelivery: {
          service: new STMPService({
            smtpSettings: {
              host: "smtp.office365.com",
              password: process.env.EMAIL_PW,
              port: 587,
              from: {
                name: "",
                email: process.env.EMAIL_ADDRESS,
              },
              secure: true
            },
          })
        },
      }),
k
r
  • 2
  • 11
  • 47
Hey team , I am using managed solution for supertoken and I received "No SuperTokens core available ...
t

Tushar

over 1 year ago
Hey team , I am using managed solution for supertoken and I received "No SuperTokens core available to query". I received this error around 12:54. Was supertoken down during that period . As currently I am not receiving that error and auth is working fine .
t
r
  • 2
  • 1
  • 46
I have both an electron app and a web app that do different things. When I sign in through the Elect...
b

big_bongster

almost 2 years ago
I have both an electron app and a web app that do different things. When I sign in through the Electron app, the Electron app starts showing the webapp. Where can I change this? So that Electron just goes to its own main renderer.tsx file. I found this: https://supertokens.com/docs/thirdpartypasswordless/pre-built-ui/auth-redirection But not sure how I can differentiate web/Electron.
b
r
d
  • 3
  • 49
  • 46
When I'm selfhosting, I'm still limited by the paid features ? Like, max 3 dashboard users ?
s

sr.amorzinho

almost 2 years ago
When I'm selfhosting, I'm still limited by the paid features ? Like, max 3 dashboard users ?
s
r
  • 2
  • 2
  • 46
hi, when i create a user , the primary user flag is getting set as false , but i need it to bet set ...
a

ankitgupta7898

almost 2 years ago
hi, when i create a user , the primary user flag is getting set as false , but i need it to bet set as true by default to enable account linking from different social logins
a
r
  • 2
  • 11
  • 46
I have a Nextjs application in which I have created a backendConfig file. When I use more than one t...
i

ikak1595

about 2 years ago
I have a Nextjs application in which I have created a backendConfig file. When I use more than one third party clients (as used in this example: https://github.com/supertokens/next.js/blob/canary/examples/with-supertokens/config/backendConfig.ts), the application starts giving an error
Error: The providers array has multiple entries for the same third party provider. Please mark one of them as the default one by using "isDefault: true".
. I am not sure what to do here.
i
r
  • 2
  • 4
  • 46
Hey there, I've a question. is there a way to enforce user re-login remotely?
a

amagic5502

about 2 years ago
Hey there, I've a question. is there a way to enforce user re-login remotely?
a
r
  • 2
  • 4
  • 46
Previous222324Next

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