https://supertokens.com/
Join Discord
Hey <@498057949541826571> I have intergrated user login using google, On frontend how I can get th...
l

Lucifer979

over 1 year ago
Hey @rp_st I have intergrated user login using google, On frontend how I can get the user information after login, like userId?
l
r
  • 2
  • 1
  • 4
Hi, I'm looking for info as I have to choose between cookie based/jwt login. But I cannot find right...
e

edubacco

over 1 year ago
Hi, I'm looking for info as I have to choose between cookie based/jwt login. But I cannot find right documentation. I have a multitenant, microservice ecosystem, with multiple (web) frontend apps and multiple apis. Once I login in a single frontend app, I must be authenticated in all frontend apps. I have a dedicated supertokens backend microservice (with core hosted internally) where I actually do authentication. No user is shared between different tenant. I cannot use (and I do not want to do it) supertokens SDK in all my backend microservices exposing api (they are a lot, in many different languages). What's the correct choice?
e
r
  • 2
  • 41
  • 4
Hello guys! I'm trying to integrate my backend(nestjs) with vanilla js frontend. Everything seems t...
b

bl43kburn

over 1 year ago
Hello guys! I'm trying to integrate my backend(nestjs) with vanilla js frontend. Everything seems to be working, except refreshing the session.
b
r
  • 2
  • 46
  • 4
Hi, I'd like to integrate SuperTokens into an existing Flutter codebase, which supports Web, Android...
s

spi_cy

over 1 year ago
Hi, I'd like to integrate SuperTokens into an existing Flutter codebase, which supports Web, Android and IOS. The provided SDK only officially supports Android and IOS - is Web Support for Flutter being added in the future?
s
r
  • 2
  • 4
  • 4
Hi.. Is it possible to link two accounts - one created with email id and another with mobile number ...
a

anupmandal

over 1 year ago
Hi.. Is it possible to link two accounts - one created with email id and another with mobile number using account linking feature. Use case.. User is adding a mobile number to existing account created with email id. This mobile Id is already existing as w seperate account. In all cases, user will verify with passwordless OTP
a
r
  • 2
  • 4
  • 4
We are migrating our CRA + SuperTokens app to Vite + SuperTokens. This tool (https://github.com/bhb...
g

gopi_65986

over 1 year ago
We are migrating our CRA + SuperTokens app to Vite + SuperTokens. This tool (https://github.com/bhbs/viject) gave us a lot of head start with this migration. One issue we're having to resolve ourselves is SuperTokens' use of CJS dynamic require(). Any plans to move SuperTokens React variant (examples and create-supertokens-app) to use Vite?
g
r
  • 2
  • 2
  • 4
is there a current way to add Multiple login methods (social) to 1 user ?
m

mrdragonfox

over 1 year ago
is there a current way to add Multiple login methods (social) to 1 user ?
m
r
  • 2
  • 37
  • 4
I am tryong to enable backend logs ``` export class SupertokensService { constructor(@Inject(Conf...
a

anurag06557

over 1 year ago
I am tryong to enable backend logs
export class SupertokensService {
  constructor(@Inject(ConfigInjectionToken) private config: AuthModuleConfig) {
    supertokens.init({
      debug: true,
      appInfo: config.appInfo,
      supertokens: {
        connectionURI: config.connectionURI,
        apiKey: config.apiKey,
      },
      recipeList: SuperTokensConfig.recipeList,
    });
  }
}
but not able to as i am getting error
Argument of type '{ debug: boolean; appInfo: AppInfo; supertokens: { connectionURI: string; apiKey: string; }; recipeList: RecipeListFunction[]; }' is not assignable to parameter of type 'TypeInput'.
  Object literal may only specify known properties, and 'debug' does not exist in type 'TypeInput'.

10       debug: true,
         ~~~~~~~~~~~
a
r
  • 2
  • 2
  • 4
whats the daily limit of rthe sms at the supertoken end ?
a

anurag06557

over 1 year ago
whats the daily limit of rthe sms at the supertoken end ?
a
r
  • 2
  • 13
  • 4
Hi, i'm getting `timestamp out of range for platform time_t` error on the /auth/signinup in django ...
a

amrmzkr

over 1 year ago
Hi, i'm getting
timestamp out of range for platform time_t
error on the /auth/signinup in django
/home/amrmzkr/.local/lib/python3.9/site-packages/supertokens_python/framework/django/django_response.py, line 53, in set_cookie
        secure: bool = False,
        httponly: bool = False,
        samesite: str = "lax",
    ):
        self.response.set_cookie(
            key=key,
            value=value,
            expires=datetime.fromtimestamp(ceil(expires / 1000)).strftime( …
                "%a, %d %b %Y %H:%M:%S GMT"
            ),
            path=path,
            domain=domain,
            secure=secure,
            httponly=httponly,
localvars:
expires    
4862185295065
the server is running on raspbery pi 3b+ any way to fix this?
a
r
  • 2
  • 2
  • 4
Previous103104105Next

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