https://supertokens.com/
Join Discord
Hi, did anyone manage to secure command line applications using SSO with Supertokens ?
a

Alex1s

about 2 years ago
Hi, did anyone manage to secure command line applications using SSO with Supertokens ?
a
r
  • 2
  • 14
  • 14
capacitor with mobile app header dont add cookies, becasue diffrent url :/, how to fixed this app u...
p

productdevbook

over 2 years ago
capacitor with mobile app header dont add cookies, becasue diffrent url :/, how to fixed this app url
'capacitor://localhost',
    'ionic://localhost',
    'http://localhost',
    'capacitor://',
but api
api.xx.com
for some reason it doesn't add any cookies when leaving this backend ss
p
r
r
  • 3
  • 85
  • 14
docker install how to open admin panel with docker ?
p

productdevbook

over 2 years ago
docker install how to open admin panel with docker ?
p
r
  • 2
  • 1
  • 14
Hey, we have a problem with the client react on web. for some reason sometimes the refresh api from ...
d

Diesel

over 2 years ago
Hey, we have a problem with the client react on web. for some reason sometimes the refresh api from the backend response is 502 in the network interface but in the backend we can see in the logs it returned 200. Was wondering what this 502 means maybe you know and could help us?
d
r
  • 2
  • 8
  • 14
How exactly does the doesSessionExist work?
a

abhisheksinghkapoor

over 2 years ago
How exactly does the doesSessionExist work?
a
r
  • 2
  • 49
  • 14
Is there a way to remove the "Powered by supertokens" text from the bottom of the sign up / sign in ...
b

bitcoinrippin

over 2 years ago
Is there a way to remove the "Powered by supertokens" text from the bottom of the sign up / sign in forms?
b
r
a
  • 3
  • 7
  • 14
Any reason why CORS would fail with `Access to fetch at 'http://localhost:3000/v1/auth/signin' from ...
n

nickm91.

over 2 years ago
Any reason why CORS would fail with
Access to fetch at 'http://localhost:3000/v1/auth/signin' from origin 'http://localhost:4200' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: The value of the 'Access-Control-Allow-Origin' header in the response must not be the wildcard '*' when the request's credentials mode is 'include'.
cors:
app.enableCors({
    origin: "http://localhost:4200",
    allowedHeaders: ["content-type", ...supertokens.getAllCORSHeaders()],
    credentials: true,
  });
backend config:
{
  config: {
    appInfo: {
      appName: 'app',
      apiDomain: 'http://localhost:3000',
      websiteDomain: 'http://localhost:4200',
      apiBasePath: '/v1/auth',
      websiteBasePath: '/auth'
    },
    connectionURI: 'http://auth:3567',
    apiKey: 'supersecret'
  }
}
frontend config:
apiBasePath: "/v1/auth"
apiDomain: "http://localhost:3000"
appName: "app"
websiteBasePath: "/auth"
websiteDomain: "http://localhost:4200"
EDIT: using nestjs
n
r
  • 2
  • 9
  • 14
Is anyone here interested in helping me figure out adding ssl to my supertokens server? I'm trying ...
d

dsmurl

about 3 years ago
Is anyone here interested in helping me figure out adding ssl to my supertokens server? I'm trying to use the superTokens docs
d
r
  • 2
  • 26
  • 14
Hey all, I am setting up Supertokens with Next.Js project and Flask. So my backend APIs' are running...
r

rajhans84

over 3 years ago
Hey all, I am setting up Supertokens with Next.Js project and Flask. So my backend APIs' are running on Python flask on Http://localhost:5000/ and Next.js App is running on http://localhost:3000/. Using Managed service as Core. Followed Next.Js steps and can see the login page but when trying to signup or login I am getting CORS errors. Questions: Do I need any changes to Flask to make backend work or not? How to fix CORS errors? Please advise. Thanks in Advance.
r
r
k
  • 3
  • 114
  • 14
Hi, is supertokens HIPPA compliant? We are looking at several companies and Auth0 i/ Microsoft are t...
s

scottygolden

10 months ago
Hi, is supertokens HIPPA compliant? We are looking at several companies and Auth0 i/ Microsoft are the only ones that seem to provide a Business Associate Agreement and PCI compliant environments.
s
r
a
  • 3
  • 5
  • 13
Previous323334Next

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