Open source alternative to Auth0 / Firebase Auth / AWS Cognito
This report presents the forensic synthetic code analysis of supertokens/supertokens-core, a Java project with 15,252 GitHub stars. SynthScan v2.0 examined 230,982 lines of code across 861 source files, recording 245 pattern matches distributed across 8 syntactic categories. The overall adjusted score of 3.3 places this repository in the Likely human-written band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 245 distinct pattern matches across 8 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | src/test/java/io/supertokens/test/AuthRecipeTest.java | 738 | List<JsonObject> webauthnUsers = io.supertokens.test.webauthn.Utils.registerUsers(main, 1); | CODE |
| CRITICAL | …kens/test/accountlinking/GetUserByAccountInfoTest.java | 107 | JsonObject responseUser = io.supertokens.test.webauthn.Utils.registerUserWithCredentials(main, email).getAsJsonO | CODE |
| CRITICAL | …kens/test/webauthn/WebauthNAccountLinkingFlowTest.java | 217 | JsonObject signInResponse = io.supertokens.test.webauthn.Utils.signInWithUser(process.getProcess(), users.get(0) | CODE |
| CRITICAL | …kens/test/webauthn/WebauthNAccountLinkingFlowTest.java | 338 | JsonObject signInResponse = io.supertokens.test.webauthn.Utils.signInWithUser(process.getProcess(), users.get(0) | CODE |
| CRITICAL | …ava/io/supertokens/test/webauthn/WebAuthNFlowTest.java | 72 | List<JsonObject> users = io.supertokens.test.webauthn.Utils.registerUsers(process.getProcess(), numberOfUsers); | CODE |
| CRITICAL | …ava/io/supertokens/test/webauthn/WebAuthNFlowTest.java | 92 | JsonObject signInResponse = io.supertokens.test.webauthn.Utils.signInWithUser(process.getProcess(), users.get(0) | CODE |
| CRITICAL | …ava/io/supertokens/test/webauthn/WebAuthNFlowTest.java | 125 | List<JsonObject> users = io.supertokens.test.webauthn.Utils.registerUsers(process.getProcess(), numberOfUsers); | CODE |
| CRITICAL | …ava/io/supertokens/test/webauthn/WebAuthNFlowTest.java | 146 | JsonObject signInResponse = io.supertokens.test.webauthn.Utils.signInWithUser(process.getProcess(), | CODE |
| CRITICAL | …kens/test/webauthn/api/TestUpdateUserEmailAPI_5_3.java | 156 | Map<String, PublicKeyCredentialCreationOptions> options = io.supertokens.test.webauthn.Utils.createPublicKeyCrea | CODE |
| CRITICAL | …kens/test/webauthn/api/TestUpdateUserEmailAPI_5_3.java | 158 | PublicKeyCredential<AuthenticatorAttestationResponse, RegistrationExtensionClientOutput> credential = io.superto | CODE |
| CRITICAL | …authn/api/TestSignUpWithCredentialRegisterAPI_5_3.java | 239 | Map<String, PublicKeyCredentialCreationOptions> options = io.supertokens.test.webauthn.Utils.createPublicKeyCrea | CODE |
| CRITICAL | …authn/api/TestSignUpWithCredentialRegisterAPI_5_3.java | 241 | PublicKeyCredential<AuthenticatorAttestationResponse, RegistrationExtensionClientOutput> credential = io.superto | CODE |
| CRITICAL | …kens/test/webauthn/api/TestListCredentialsAPI_5_3.java | 193 | Map<String, PublicKeyCredentialCreationOptions> options = io.supertokens.test.webauthn.Utils.createPublicKeyCrea | CODE |
| CRITICAL | …kens/test/webauthn/api/TestListCredentialsAPI_5_3.java | 195 | PublicKeyCredential<AuthenticatorAttestationResponse, RegistrationExtensionClientOutput> credential = io.superto | CODE |
| CRITICAL | …tokens/test/webauthn/api/TestGetCredentialAPI_5_3.java | 232 | Map<String, PublicKeyCredentialCreationOptions> options = io.supertokens.test.webauthn.Utils.createPublicKeyCrea | CODE |
| CRITICAL | …tokens/test/webauthn/api/TestGetCredentialAPI_5_3.java | 234 | PublicKeyCredential<AuthenticatorAttestationResponse, RegistrationExtensionClientOutput> credential = io.superto | CODE |
| CRITICAL | …o/supertokens/test/webauthn/api/TestSignInAPI_5_3.java | 307 | Map<String, PublicKeyCredentialCreationOptions> options = io.supertokens.test.webauthn.Utils.createPublicKeyCrea | CODE |
| CRITICAL | …o/supertokens/test/webauthn/api/TestSignInAPI_5_3.java | 309 | PublicKeyCredential<AuthenticatorAttestationResponse, RegistrationExtensionClientOutput> credential = io.superto | CODE |
| CRITICAL | …o/supertokens/test/webauthn/api/TestSignInAPI_5_3.java | 331 | Map<String, PublicKeyCredential<AuthenticatorAssertionResponse, AuthenticationExtensionClientOutput>> options = | CODE |
| CRITICAL | …ens/test/webauthn/api/TestRemoveCredentialAPI_5_3.java | 237 | Map<String, PublicKeyCredentialCreationOptions> options = io.supertokens.test.webauthn.Utils.createPublicKeyCrea | CODE |
| CRITICAL | …ens/test/webauthn/api/TestRemoveCredentialAPI_5_3.java | 239 | PublicKeyCredential<AuthenticatorAttestationResponse, RegistrationExtensionClientOutput> credential = io.superto | CODE |
| CRITICAL | …/test/webauthn/api/TestCredentialsRegisterAPI_5_3.java | 323 | Map<String, PublicKeyCredentialCreationOptions> options = io.supertokens.test.webauthn.Utils.createPublicKeyCrea | CODE |
| CRITICAL | …/test/webauthn/api/TestCredentialsRegisterAPI_5_3.java | 325 | PublicKeyCredential<AuthenticatorAttestationResponse, RegistrationExtensionClientOutput> credential = io.superto | CODE |
| CRITICAL | src/test/java/io/supertokens/test/saml/MockSAML.java | 280 | org.opensaml.core.xml.schema.impl.XSStringBuilder sb = new org.opensaml.core.xml.schema.impl.XSStrin | CODE |
| CRITICAL | …va/io/supertokens/test/saml/api/SAMLConfigTest5_4.java | 406 | String urlDecoded = java.net.URLDecoder.decode(encoded, java.nio.charset.StandardCharsets.UTF_8.name()); | CODE |
| CRITICAL | …va/io/supertokens/test/saml/api/SAMLConfigTest5_4.java | 418 | return baos.toString(java.nio.charset.StandardCharsets.UTF_8.name()); | CODE |
| CRITICAL | src/main/java/io/supertokens/inmemorydb/Start.java | 1256 | throw new io.supertokens.pluginInterface.thirdparty.exception.DuplicateUserIdException(); | CODE |
| CRITICAL | src/main/java/io/supertokens/inmemorydb/Start.java | 2667 | throw new io.supertokens.pluginInterface.dashboard.exceptions.DuplicateEmailException(); | CODE |
| CRITICAL | src/main/java/io/supertokens/inmemorydb/Start.java | 2726 | throw new io.supertokens.pluginInterface.dashboard.exceptions.DuplicateUserIdException(); | CODE |
| CRITICAL | src/main/java/io/supertokens/inmemorydb/Start.java | 2730 | throw new io.supertokens.pluginInterface.dashboard.exceptions.DuplicateEmailException(); | CODE |
| CRITICAL | src/main/java/io/supertokens/inmemorydb/Start.java | 3595 | throw new io.supertokens.pluginInterface.webauthn.exceptions.DuplicateCredentialException(); | CODE |
| CRITICAL | src/main/java/io/supertokens/inmemorydb/Start.java | 3601 | throw new io.supertokens.pluginInterface.webauthn.exceptions.UserIdNotFoundException(); | CODE |
| CRITICAL | src/main/java/io/supertokens/inmemorydb/Start.java | 3718 | throw new io.supertokens.pluginInterface.webauthn.exceptions.DuplicateUserIdException(); | CODE |
| CRITICAL | src/main/java/io/supertokens/inmemorydb/Start.java | 3764 | throw new io.supertokens.pluginInterface.webauthn.exceptions.DuplicateUserIdException(); | CODE |
| CRITICAL | src/main/java/io/supertokens/inmemorydb/Start.java | 3875 | throw new io.supertokens.pluginInterface.webauthn.exceptions.UserIdNotFoundException(); | CODE |
| CRITICAL | src/main/java/io/supertokens/inmemorydb/Start.java | 3903 | throw new io.supertokens.pluginInterface.webauthn.exceptions.UserIdNotFoundException(); | CODE |
| CRITICAL | src/main/java/io/supertokens/inmemorydb/Start.java | 3964 | String table = io.supertokens.inmemorydb.config.Config.getConfig(this).getSAMLClientsTable(); | CODE |
| CRITICAL | src/main/java/io/supertokens/inmemorydb/Start.java | 3966 | throw new io.supertokens.pluginInterface.saml.exception.DuplicateEntityIdException(); | CODE |
| CRITICAL | src/main/java/io/supertokens/webserver/Webserver.java | 314 | addAPI(new RecipeRouter(main, new UserAPI(main), new io.supertokens.webserver.api.thirdparty.UserAPI(main), | CODE |
| CRITICAL | src/main/java/io/supertokens/webserver/Webserver.java | 315 | new io.supertokens.webserver.api.passwordless.UserAPI(main))); | CODE |
| CRITICAL | src/main/java/io/supertokens/webserver/Webserver.java | 451 | addAPI(new io.supertokens.webserver.api.webauthn.SignInAPI(main)); | CODE |
| CRITICAL | …supertokens/webserver/api/emailpassword/SignInAPI.java | 79 | io.supertokens.webserver.api.emailpassword.Utils.assertIfEmailPasswordIsEnabledForTenant(main, | CODE |
| CRITICAL | …r/api/emailpassword/ImportUserWithPasswordHashAPI.java | 101 | io.supertokens.webserver.api.emailpassword.Utils.assertIfEmailPasswordIsEnabledForTenant(main, | CODE |
| CRITICAL | …r/api/emailpassword/GeneratePasswordResetTokenAPI.java | 71 | io.supertokens.webserver.api.emailpassword.Utils.assertIfEmailPasswordIsEnabledForTenant(main, | CODE |
| CRITICAL | …supertokens/webserver/api/emailpassword/SignUpAPI.java | 82 | io.supertokens.webserver.api.emailpassword.Utils.assertIfEmailPasswordIsEnabledForTenant(main, | CODE |
| CRITICAL | …/supertokens/webserver/api/thirdparty/SignInUpAPI.java | 144 | io.supertokens.webserver.api.thirdparty.Utils.assertIfThirdPartyIsEnabledForTenant(main, | CODE |
| CRITICAL | …pertokens/webserver/api/passwordless/CheckCodeAPI.java | 82 | io.supertokens.webserver.api.passwordless.Utils.assertIfPasswordlessIsEnabledForTenant(main, | CODE |
| CRITICAL | …rtokens/webserver/api/passwordless/ConsumeCodeAPI.java | 87 | io.supertokens.webserver.api.passwordless.Utils.assertIfPasswordlessIsEnabledForTenant(main, | CODE |
| CRITICAL | …ertokens/webserver/api/passwordless/CreateCodeAPI.java | 83 | io.supertokens.webserver.api.passwordless.Utils.assertIfPasswordlessIsEnabledForTenant(main, | CODE |
| CRITICAL | src/main/java/io/supertokens/saml/SAML.java | 301 | org.opensaml.xmlsec.signature.X509Certificate x509CertElement = new org.opensaml.xmlsec.signature.impl.X509C | CODE |
| CRITICAL | src/main/java/io/supertokens/saml/SAML.java | 666 | String validUntil = java.time.format.DateTimeFormatter.ISO_INSTANT.format(cert.getNotAfter().toInstant()); | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | src/test/java/io/supertokens/test/FeatureFlagTest.java | 507 | tenantIdentifier, storage, process.getProcess(), "user@example.com", | CODE |
| LOW | src/test/java/io/supertokens/test/FeatureFlagTest.java | 629 | tenantIdentifier, storage, process.getProcess(), "user@example.com", | CODE |
| LOW | src/test/java/io/supertokens/test/FeatureFlagTest.java | 761 | tenantIdentifier, storage, process.getProcess(), "user@example.com", | CODE |
| LOW | …/java/io/supertokens/test/multitenant/TestAppData.java | 168 | "user@example.com", "password"); | CODE |
| LOW | …/java/io/supertokens/test/multitenant/TestAppData.java | 170 | "user@example.com", "password"); | CODE |
| LOW⚡ | …ltitenant/api/TestTenantIdIsNotPresentForOlderCDI.java | 232 | JsonObject user1 = epSignUp(t1, "user@example.com", "password1"); | CODE |
| LOW⚡ | …ltitenant/api/TestTenantIdIsNotPresentForOlderCDI.java | 233 | JsonObject user2 = epSignUp(t2, "user@example.com", "password2"); | CODE |
| LOW⚡ | …ltitenant/api/TestTenantIdIsNotPresentForOlderCDI.java | 234 | JsonObject user3 = epSignUp(t3, "user@example.com", "password3"); | CODE |
| LOW⚡ | …ltitenant/api/TestTenantIdIsNotPresentForOlderCDI.java | 241 | JsonObject nuser1 = epSignIn(t1, "user@example.com", "password1"); | CODE |
| LOW⚡ | …ltitenant/api/TestTenantIdIsNotPresentForOlderCDI.java | 242 | JsonObject nuser2 = epSignIn(t2, "user@example.com", "password2"); | CODE |
| LOW⚡ | …ltitenant/api/TestTenantIdIsNotPresentForOlderCDI.java | 243 | JsonObject nuser3 = epSignIn(t3, "user@example.com", "password3"); | CODE |
| LOW⚡ | …ltitenant/api/TestTenantIdIsNotPresentForOlderCDI.java | 261 | JsonObject nuser1 = epGetUserUsingEmail(t1, "user@example.com"); | CODE |
| LOW⚡ | …ltitenant/api/TestTenantIdIsNotPresentForOlderCDI.java | 262 | JsonObject nuser2 = epGetUserUsingEmail(t2, "user@example.com"); | CODE |
| LOW⚡ | …ltitenant/api/TestTenantIdIsNotPresentForOlderCDI.java | 263 | JsonObject nuser3 = epGetUserUsingEmail(t3, "user@example.com"); | CODE |
| LOW | …rtokens/test/multitenant/api/TestLicenseBehaviour.java | 102 | "user@example.com", "password", process.getProcess()); | CODE |
| LOW | …rtokens/test/multitenant/api/TestLicenseBehaviour.java | 290 | "user@example.com", "password", process.getProcess()); | CODE |
| LOW | …ns/test/multitenant/api/TestTenantUserAssociation.java | 139 | JsonObject user = TestMultitenancyAPIHelper.epSignUp(new TenantIdentifier(null, "a1", "t1"), "user@example.com", | CODE |
| LOW | …ns/test/multitenant/api/TestTenantUserAssociation.java | 161 | JsonObject user = TestMultitenancyAPIHelper.epSignUp(new TenantIdentifier(null, "a1", "t1"), "user@example.com", | CODE |
| LOW | …ns/test/multitenant/api/TestTenantUserAssociation.java | 241 | JsonObject user = TestMultitenancyAPIHelper.epSignUp(new TenantIdentifier(null, "a1", "t1"), "user@example.com", | CODE |
| LOW | …ns/test/multitenant/api/TestTenantUserAssociation.java | 267 | JsonObject user = TestMultitenancyAPIHelper.epSignUp(new TenantIdentifier(null, "a1", "t1"), "user@example.com", | CODE |
| LOW | …ns/test/multitenant/api/TestTenantUserAssociation.java | 291 | process.getProcess(), "user@example.com", "password"); | CODE |
| LOW | …ns/test/multitenant/api/TestTenantUserAssociation.java | 323 | process.getProcess(), "user@example.com", null, null, null); | CODE |
| LOW | …ns/test/multitenant/api/TestTenantUserAssociation.java | 401 | "googleid", "user@example.com"); | CODE |
| LOW | …ns/test/multitenant/api/TestTenantUserAssociation.java | 432 | JsonObject user = TestMultitenancyAPIHelper.epSignUp(new TenantIdentifier(null, "a1", "t1"), "user@example.com", | CODE |
| LOW | …ns/test/multitenant/api/TestTenantUserAssociation.java | 449 | JsonObject user = TestMultitenancyAPIHelper.epSignUp(new TenantIdentifier(null, "a1", "t1"), "user@example.com", | CODE |
| LOW | …ns/test/multitenant/api/TestTenantUserAssociation.java | 469 | JsonObject user = TestMultitenancyAPIHelper.epSignUp(new TenantIdentifier(null, "a1", "t1"), "user@example.com", | CODE |
| LOW | …ns/test/multitenant/api/TestTenantUserAssociation.java | 495 | JsonObject user = TestMultitenancyAPIHelper.epSignUp(new TenantIdentifier(null, "a1", "t1"), "user@example.com", | CODE |
| LOW | …ns/test/multitenant/api/TestTenantUserAssociation.java | 534 | "user@example.com", | CODE |
| LOW | …ns/test/multitenant/api/TestTenantUserAssociation.java | 538 | TestMultitenancyAPIHelper.epSignUp(new TenantIdentifier(null, "a1", "t2"), "user@example.com", | CODE |
| LOW | …ns/test/multitenant/api/TestTenantUserAssociation.java | 554 | "google-user", "user@example.com", | CODE |
| LOW | …ns/test/multitenant/api/TestTenantUserAssociation.java | 559 | "user@example.com", | CODE |
| LOW | …ns/test/multitenant/api/TestTenantUserAssociation.java | 575 | "user@example.com", | CODE |
| LOW | …ns/test/multitenant/api/TestTenantUserAssociation.java | 579 | TestMultitenancyAPIHelper.plSignInUpEmail(new TenantIdentifier(null, "a1", "t2"), "user@example.com", | CODE |
| LOW⚡ | …rtokens/test/userIdMapping/api/MultitenantAPITest.java | 276 | JsonObject user1 = emailPasswordSignUp(t1, "user@example.com", "password1"); | CODE |
| LOW⚡ | …rtokens/test/userIdMapping/api/MultitenantAPITest.java | 277 | JsonObject user2 = emailPasswordSignUp(t2, "user@example.com", "password2"); | CODE |
| LOW⚡ | …rtokens/test/userIdMapping/api/MultitenantAPITest.java | 278 | JsonObject user3 = emailPasswordSignUp(t3, "user@example.com", "password3"); | CODE |
| LOW | …rtokens/test/userIdMapping/api/MultitenantAPITest.java | 401 | JsonObject user1 = emailPasswordSignUp(t1, "user@example.com", "password1"); | CODE |
| LOW | …rtokens/test/userIdMapping/api/MultitenantAPITest.java | 402 | JsonObject user2 = emailPasswordSignUp(t2, "user@example.com", "password2"); | CODE |
| LOW | …rtokens/test/userIdMapping/api/MultitenantAPITest.java | 443 | JsonObject user1 = emailPasswordSignUp(t1, "user@example.com", "password1"); | CODE |
| LOW | …rtokens/test/userIdMapping/api/MultitenantAPITest.java | 444 | JsonObject user2 = emailPasswordSignUp(t2, "user@example.com", "password2"); | CODE |
| LOW | …rtokens/test/userIdMapping/api/MultitenantAPITest.java | 487 | JsonObject user1 = emailPasswordSignUp(t1, "user@example.com", "password1"); | CODE |
| LOW | …io/supertokens/test/authRecipe/MultitenantAPITest.java | 199 | "user@example.com", | CODE |
| LOW | …io/supertokens/test/authRecipe/MultitenantAPITest.java | 228 | "user@example.com", | CODE |
| LOW | …io/supertokens/test/authRecipe/MultitenantAPITest.java | 299 | process.getProcess(), "google", "googleid1", "user@example.com"); | CODE |
| LOW | …io/supertokens/test/authRecipe/MultitenantAPITest.java | 311 | process.getProcess(), "facebook", "facebookid1", "user@example.com"); | CODE |
| LOW⚡ | …s/test/emailpassword/MultitenantEmailPasswordTest.java | 215 | EmailPassword.signUp(t1, t1storage, process.getProcess(), "user@example.com", "password1"); | CODE |
| LOW⚡ | …s/test/emailpassword/MultitenantEmailPasswordTest.java | 216 | EmailPassword.signUp(t2, t2storage, process.getProcess(), "user@example.com", "password2"); | CODE |
| LOW⚡ | …s/test/emailpassword/MultitenantEmailPasswordTest.java | 217 | EmailPassword.signUp(t3, t3storage, process.getProcess(), "user@example.com", "password3"); | CODE |
| LOW⚡ | …s/test/emailpassword/MultitenantEmailPasswordTest.java | 220 | AuthRecipeUserInfo userInfo = EmailPassword.signIn(t1, t1storage, process.getProcess(), "user@example.com", | CODE |
| LOW⚡ | …s/test/emailpassword/MultitenantEmailPasswordTest.java | 222 | assertEquals("user@example.com", userInfo.loginMethods[0].email); | CODE |
| LOW⚡ | …s/test/emailpassword/MultitenantEmailPasswordTest.java | 226 | AuthRecipeUserInfo userInfo = EmailPassword.signIn(t2, t2storage, process.getProcess(), "user@example.com", | CODE |
| LOW⚡ | …s/test/emailpassword/MultitenantEmailPasswordTest.java | 228 | assertEquals("user@example.com", userInfo.loginMethods[0].email); | CODE |
| LOW⚡ | …s/test/emailpassword/MultitenantEmailPasswordTest.java | 232 | AuthRecipeUserInfo userInfo = EmailPassword.signIn(t3, t3storage, process.getProcess(), "user@example.com", | CODE |
| LOW⚡ | …s/test/emailpassword/MultitenantEmailPasswordTest.java | 234 | assertEquals("user@example.com", userInfo.loginMethods[0].email); | CODE |
| LOW⚡ | …s/test/emailpassword/MultitenantEmailPasswordTest.java | 337 | AuthRecipeUserInfo user1 = EmailPassword.signUp(t1, t1storage, process.getProcess(), "user@example.com", | CODE |
| LOW⚡ | …s/test/emailpassword/MultitenantEmailPasswordTest.java | 339 | AuthRecipeUserInfo user2 = EmailPassword.signUp(t2, t2storage, process.getProcess(), "user@example.com", | CODE |
| LOW⚡ | …s/test/emailpassword/MultitenantEmailPasswordTest.java | 341 | AuthRecipeUserInfo user3 = EmailPassword.signUp(t3, t3storage, process.getProcess(), "user@example.com", | CODE |
| LOW⚡ | …s/test/emailpassword/MultitenantEmailPasswordTest.java | 390 | AuthRecipeUserInfo user1 = EmailPassword.signUp(t1, t1storage, process.getProcess(), "user@example.com", | CODE |
| LOW⚡ | …s/test/emailpassword/MultitenantEmailPasswordTest.java | 392 | AuthRecipeUserInfo user2 = EmailPassword.signUp(t2, t2storage, process.getProcess(), "user@example.com", | CODE |
| LOW⚡ | …s/test/emailpassword/MultitenantEmailPasswordTest.java | 394 | AuthRecipeUserInfo user3 = EmailPassword.signUp(t3, t3storage, process.getProcess(), "user@example.com", | CODE |
| 69 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | .github/workflows/do-release-java15.yml | 48 | # ── Resolve branches for the given versions ─────────────────────── | COMMENT |
| MEDIUM | .github/workflows/do-release-java15.yml | 85 | # ── Register new versions with the SuperTokens API ──────────────── | COMMENT |
| MEDIUM | .github/workflows/do-release-java15.yml | 142 | # ── Run unit tests (sqlite + postgresql) ────────────────────────── | COMMENT |
| MEDIUM | .github/workflows/do-release-java15.yml | 294 | # ── Mark test results on the SuperTokens API ────────────────────── | COMMENT |
| MEDIUM | .github/workflows/do-release-java15.yml | 343 | # ── Build and publish the dev Docker image ──────────────────────── | COMMENT |
| MEDIUM | .github/workflows/do-release-java15.yml | 429 | # ── Stress tests ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | .github/workflows/do-release-java15.yml | 438 | # ── Tag and publish the release Docker image ────────────────────── | COMMENT |
| MEDIUM | .github/workflows/do-release-java15.yml | 479 | # ── Tag all repos with release versions ─────────────────────────── | COMMENT |
| MEDIUM | .github/workflows/generate-jars.yml | 120 | # ── plugin-interface ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | .github/workflows/generate-jars.yml | 173 | # ── postgresql-plugin ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | .github/workflows/generate-jars.yml | 226 | # ── core ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | .github/workflows/release-tests.yml | 29 | # ── Update dependency manifests if needed ──────────────────────── | COMMENT |
| MEDIUM | .github/workflows/release-tests.yml | 120 | # ── Unit tests (sqlite + postgresql) ────────────────────────────── | COMMENT |
| MEDIUM | .github/workflows/release-tests.yml | 223 | # ── Wait for the dev Docker image to be published ───────────────── | COMMENT |
| MEDIUM | .github/workflows/release-tests.yml | 249 | # ── Stress tests (uses the published Docker image) ──────────────── | COMMENT |
| MEDIUM | …/io/supertokens/webserver/api/oauth/OAuthTokenAPI.java | 384 | // ── 1. SELECT … FOR UPDATE ───────────────────────────────────── | COMMENT |
| MEDIUM | …/io/supertokens/webserver/api/oauth/OAuthTokenAPI.java | 393 | // ── 2. Introspect internal token with Hydra ──────────────────── | COMMENT |
| MEDIUM⚡ | …/io/supertokens/webserver/api/oauth/OAuthTokenAPI.java | 414 | // ── 3. Exchange with Hydra ───────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …/io/supertokens/webserver/api/oauth/OAuthTokenAPI.java | 422 | // ── 4. Transform tokens ──────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | …/io/supertokens/webserver/api/oauth/OAuthTokenAPI.java | 427 | // ── 5. Extract gid / jti / sessionHandle ─────────────────────── | COMMENT |
| MEDIUM | …/io/supertokens/webserver/api/oauth/OAuthTokenAPI.java | 445 | // ── 6. UPDATE + commit ───────────────────────────────────────── | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | devConfig.yaml | 1 | # Config for SuperTokens service. Here you will set the config params for | COMMENT |
| LOW | devConfig.yaml | 21 | # access_token_validity: | COMMENT |
| LOW | devConfig.yaml | 41 | COMMENT | |
| LOW | devConfig.yaml | 61 | # (DIFFERENT_ACROSS_TENANTS | OPTIONAL | Default: 900000) long value. Time in milliseconds for how long a passwordless | COMMENT |
| LOW | devConfig.yaml | 81 | # standard error instead | COMMENT |
| LOW | devConfig.yaml | 101 | # base_path: | COMMENT |
| LOW | devConfig.yaml | 121 | # argon2_hashing_pool_size: | COMMENT |
| LOW | devConfig.yaml | 141 | # (OPTIONAL | Default: null). This is used when deploying the core in SuperTokens SaaS infrastructure. If set, limits | COMMENT |
| LOW | devConfig.yaml | 161 | # oauth_provider_admin_service_url: | COMMENT |
| LOW | devConfig.yaml | 181 | COMMENT | |
| LOW | config.yaml | 1 | # Config for SuperTokens service. Here you will set the config params for | COMMENT |
| LOW | config.yaml | 21 | # access_token_validity: | COMMENT |
| LOW | config.yaml | 41 | # (DIFFERENT_ACROSS_APPS | OPTIONAL | Default: 144000) double value. Time in mins for how long a refresh token is valid | COMMENT |
| LOW | config.yaml | 61 | # code is valid for. | COMMENT |
| LOW | config.yaml | 81 | # error_log_path: | COMMENT |
| LOW | config.yaml | 101 | COMMENT | |
| LOW | config.yaml | 121 | COMMENT | |
| LOW | config.yaml | 141 | # what database information is shown to / modifiable by the dev when they query the core to get the information about | COMMENT |
| LOW | config.yaml | 161 | # oauth_provider_admin_service_url: | COMMENT |
| LOW | config.yaml | 181 | COMMENT | |
| LOW | test-data/playground/src/setupTests.js | 1 | // jest-dom adds custom jest matchers for asserting on DOM nodes. | COMMENT |
| LOW | ee/src/main/java/io/supertokens/ee/EEFeatureFlag.java | 201 | COMMENT | |
| LOW | ee/src/main/java/io/supertokens/ee/EEFeatureFlag.java | 321 | // if (!usesAccountLinking) { | COMMENT |
| LOW | src/test/java/io/supertokens/test/PluginTest.java | 201 | // String installDir = "../"; | COMMENT |
| LOW | src/test/java/io/supertokens/test/PluginTest.java | 221 | // process.kill(); | COMMENT |
| LOW | …est/java/io/supertokens/test/multitenant/LoadTest.java | 101 | process.kill(); | COMMENT |
| LOW | …est/java/io/supertokens/test/multitenant/LoadTest.java | 121 | // System.out.println(i); | COMMENT |
| LOW | …est/java/io/supertokens/test/multitenant/LoadTest.java | 141 | // uniqueResources.add(storage.getUnderlyingStorage()); | COMMENT |
| LOW | src/main/java/io/supertokens/Main.java | 441 | // must not throw any error | COMMENT |
| LOW | …n/java/io/supertokens/useridmapping/UserIdMapping.java | 281 | storageClasses.get(0).equals(EmailVerificationStorage.class.getName())) { | COMMENT |
| LOW | src/main/java/io/supertokens/authRecipe/AuthRecipe.java | 1281 | COMMENT | |
| LOW | …ens/webserver/api/multitenancy/BaseCreateOrUpdate.java | 321 | // tenantConfig.coreConfig | COMMENT |
| LOW | …/main/java/io/supertokens/signingkeys/SigningKeys.java | 221 | // This function is synchronized because we only want a single function to clear (and refresh) the key cache. | COMMENT |
| LOW | src/main/java/io/supertokens/totp/Totp.java | 181 | private static void checkAndStoreCode(TenantIdentifier tenantIdentifier, Storage storage, Main main, | COMMENT |
| LOW | src/main/java/io/supertokens/totp/Totp.java | 201 | // 15 minutes, and totp_invalid_code_expiry is 5 minutes. | COMMENT |
| LOW | src/main/java/io/supertokens/emailpassword/User.java | 1 | ///* | COMMENT |
| LOW | src/main/java/io/supertokens/emailpassword/User.java | 21 | // | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | stress-tests/src/oneMillionUsers/generateUsers.ts | 51 | function createThirdPartyLoginMethod(email: string, tenantIds: string[]): LoginMethod { | CODE |
| LOW | stress-tests/src/oneMillionUsers/generateUsers.ts | 66 | function createPasswordlessLoginMethod( | CODE |
| LOW | stress-tests/src/oneMillionUsers/generateUsers.ts | 106 | function generateRandomPhoneNumber(): string { | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …n/java/io/supertokens/useridmapping/UserIdMapping.java | 513 | // we need to check if db is in A3 or A4. | COMMENT |
| LOW | …c/main/java/io/supertokens/webserver/RequestStats.java | 101 | // appIdentifier parameter is coming from the API request and hence we need to check if the app exists | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …test/java/io/supertokens/test/totp/TOTPRecipeTest.java | 60 | // TODO: Add test for UsedCodeAlreadyExistsException once we implement time mocking | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | src/test/java/io/supertokens/test/saml/MockSAML.java | 88 | // NOTE: This class provides helpers to mimic a minimal SAML IdP for tests. | COMMENT |