https://supertokens.com/
Join Discord
supertokens_python.exceptions.GeneralError: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c...
a

abcdefgh3856

over 2 years ago
supertokens_python.exceptions.GeneralError: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:997) what is the solution of this error
a
r
  • 2
  • 25
  • 18
Checkout our docs SDK Changelog for more
p

productdevbook

over 2 years ago
please link
p
r
  • 2
  • 10
  • 18
I want to know if it's possible to implement web3 auth with passwordless + social login
m

maximedotair

over 2 years ago
I want to know if it's possible to implement web3 auth with passwordless + social login
m
r
  • 2
  • 7
  • 18
I'm using Astro with Solid and a custom Python backend. Is there a guide to show the simplest way to...
j

Julio

over 2 years ago
I'm using Astro with Solid and a custom Python backend. Is there a guide to show the simplest way to implement email based auth? Thanks.
j
r
  • 2
  • 6
  • 18
is it possible for me to integrate my user data from supertokens to django’s user auth system
f

fayzul_

almost 3 years ago
is it possible for me to integrate my user data from supertokens to django’s user auth system
f
r
k
  • 3
  • 51
  • 18
Is there a recommended way to implement a "remember this device" feature?
g

garrett7056

almost 3 years ago
Is there a recommended way to implement a "remember this device" feature?
g
r
  • 2
  • 5
  • 18
How exactly does the doesSessionExist work?
a

abhisheksinghkapoor

almost 3 years ago
How exactly does the doesSessionExist work?
a
r
  • 2
  • 49
  • 18
I am getting a weird issue on refresh. The auto refresh works on get requests but not put/post reque...
c

chunkygoo.

almost 3 years ago
I am getting a weird issue on refresh. The auto refresh works on get requests but not put/post requests.
c
r
  • 2
  • 16
  • 18
Hi everyone. We're currently reviewing Supertokens and Auth0 for our use case but I am not sure if S...
g

giorgosera

about 3 years ago
Hi everyone. We're currently reviewing Supertokens and Auth0 for our use case but I am not sure if Supertokens can satisfy our needs so I thought to ask here. We're building an integration platform e.g. like Zapier. For example, our user wants to connect (aka authenticate) their typeform and slack accounts with us so that they can send a slack message whenever a typeform receives a new submission. We need to authenticate those services and store the access_tokens securely so that we can make API requests on behalf of our users. Is that something that Supertokens can help us with? More specifically, can I add as many OAuth IdP as we want + securely store access/refresh tokens? Thanks
g
r
  • 2
  • 14
  • 18
When I try to use the use functions in the frontend (Angular) ```ts // login function async login...
g

Guldberg

about 3 years ago
When I try to use the use functions in the frontend (Angular)
ts
// login function
  async login(email: string, password: string) {
    console.log(
      await ThirdPartyEmailPassword.emailPasswordSignUp({
        formFields: [
          {
            id: 'email',
            value: email,
          },
          {
            id: 'password',
            value: password,
          },
        ],
      })
    );
  }
I get 404 error, stating that the route in the backend (NestJS) does not exist
POST http://localhost:3333/api/signup 404 (Not Found)
. What am I supposed to do, in order for the backend to to the correct think on those routes?
g
r
  • 2
  • 9
  • 18
Previous434445Next

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