pitchash
Alex1s
vikram_shadow
Nightlight
DanielAtStruggly
codingtomato
Adis
supertokens-auth-react
Type '{ class: string; }' is not assignable to type 'DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>'. Object literal may only specify known properties, and 'class' does not exist in type 'DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>'.ts(2322) index.d.ts(3176, 13): The expected type comes from property 'div' which is declared here on type 'IntrinsicElements'
chunkygoo.
# npm audit report qs 6.7.0 - 6.7.2 Severity: high qs vulnerable to Prototype Pollution - https://github.com/advisories/GHSA-hrpp-h998-j3pp fix available via `npm audit fix --force` Will install supertokens-node@2.5.0, which is a breaking change node_modules/qs body-parser 1.19.0 Depends on vulnerable versions of qs node_modules/body-parser supertokens-node >=3.0.0 Depends on vulnerable versions of body-parser node_modules/supertokens-node 3 high severity vulnerabilities
Aithusa
java Error: Initialisation not done. Did you forget to call the SuperTokens.init function?
import { verifySession } from "supertokens-node/recipe/session/framework/express/index.js"; router.get("/testauth", verifySession(), (req, res) => { if (req.session == null) { res.send({ error: "Must be signed in", code: "401" }) return } let userId = req.session.getUserId(); });
Diesel
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).