Lucifer979
edubacco
bl43kburn
spi_cy
anupmandal
gopi_65986
mrdragonfox
anurag06557
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, }); } }
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, ~~~~~~~~~~~
amrmzkr
timestamp out of range for platform time_t
/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,
expires 4862185295065
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).