Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: multithreaded bulk import #1043

Closed
wants to merge 172 commits into from

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    7b11610 View commit details
    Browse the repository at this point in the history
  2. fix(README.md): fix typo in contributors (#995)

    Co-authored-by: Rishabh Poddar <[email protected]>
    virajkanwade and rishabhpoddar authored May 20, 2024
    Configuration menu
    Copy the full SHA
    dd8cd54 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    e0a8b37 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. feat: Changes for multitenancy dashboard (#963)

    * feat: Add an API to fetch the list of core config properties (#922)
    
    * Add an API to fetch the coreConfig properties
    
    * Update changelog
    
    * Include plugin configs as well
    
    * Remove core_config_result from the final output
    
    * Hide protected config
    
    * Fix formatting changes
    
    * Add tests to ensure that the properties are same in the config and core config file
    
    * Match descriptions from devConfig.yaml as well
    
    * Refactor CoreConfig to return ConfigFieldInfo objects
    
    * Refactor enum property validation
    
    * Refactor move storage fields to API
    
    * Refactor getConfigFieldsInfo method and update CoreConfigListAPI
    
    * Add test to check protected properties are not present when saas secret is set
    
    * Add comments wherever necessary
    
    * fix: core config list
    
    * fix: serialize nulls
    
    * fix: is nullable
    
    * fix: plugin configs
    
    * fix: add new booleans for core config
    
    * fix: cleanup
    
    * fix: list apis
    
    * fix: refactor config description
    
    * fix: refactor cud tests
    
    * fix: refactor tests
    
    * fix: tests
    
    * fix: type fix
    
    * fix: flag setting for thirdparty providers
    
    * fix: pr comments
    
    * fix: pr comments
    
    * fix: pr comments
    
    * fix: pr comments
    
    * fix: revert
    
    * fix: tenant tests
    
    * fix: app tests
    
    * fix: cud tests
    
    * fix: other tests
    
    * fix: version and changelog
    
    * fix: inmemory
    
    * fix: skip deprecated
    
    * fix: dashboard updates
    
    * fix: minor fixes
    
    * fix: tests
    
    * fix: refactor
    
    * fix: refactor
    
    * fix: changelog
    
    * fix: refactor
    
    ---------
    
    Co-authored-by: Sattvik Chakravarthy <[email protected]>
    Co-authored-by: Sattvik Chakravarthy <[email protected]>
    3 people authored May 24, 2024
    Configuration menu
    Copy the full SHA
    563a90a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f49538 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d462ad View commit details
    Browse the repository at this point in the history
  4. fix: circle ci

    sattvikc committed May 24, 2024
    Configuration menu
    Copy the full SHA
    b1f0fa6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d884fd4 View commit details
    Browse the repository at this point in the history
  6. fix: tests

    sattvikc committed May 24, 2024
    Configuration menu
    Copy the full SHA
    0100c83 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0cea065 View commit details
    Browse the repository at this point in the history
  8. fix: tests

    sattvikc committed May 24, 2024
    Configuration menu
    Copy the full SHA
    a6bd57b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c4ab7e7 View commit details
    Browse the repository at this point in the history
  10. fix: tests

    sattvikc committed May 24, 2024
    Configuration menu
    Copy the full SHA
    4ba0a23 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e66ad7c View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. docs(README.md): Added Anurag Srivastava to contributors (#1003)

    Added Anurag Srivastava to contributors list as mentioned by @porcellus supertokens/supertokens-node#824 (comment)
    anuragmerndev authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    83726a0 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. Update release.md

    rishabhpoddar authored Jun 9, 2024
    Configuration menu
    Copy the full SHA
    7cf0a46 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Update release.md

    rishabhpoddar authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    dad8f53 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. reformats code

    rishabhpoddar committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    a3fa8cd View commit details
    Browse the repository at this point in the history
  2. reformates code

    rishabhpoddar committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    3985f9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f1b31e View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. feat: multitenancy dashboard (#1004)

    * fix: tenant config
    
    * fix: api permissions and telemetry update
    
    * fix: totp length validation
    
    * fix: accept api key via authorization header
    
    * fix: cache control header for jwks endpoint
    
    * fix: tests
    
    * fix: for dashboard
    
    * fix: remove unused import
    
    * fix: remove unused import
    
    * fix: providers non null
    
    * fix: tests
    
    * fix: pr comments
    
    * fix: pr comments
    
    * fix: pr comments
    
    * fix: pr comments
    
    * fix: improve core config normalisation
    
    * fix: more tests
    
    * fix: more tests
    
    * fix: clean up core config
    
    * fix: pr comments
    
    * fix: more test
    
    * reformates code
    
    * reformats code
    
    * fix: changelog and few other
    
    * fix: test
    
    * fix: supported versions
    
    * fix: changelog
    
    ---------
    
    Co-authored-by: Rishabh Poddar <[email protected]>
    sattvikc and rishabhpoddar authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    d7789ca View commit details
    Browse the repository at this point in the history
  2. fix: migration in changelog

    sattvikc committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    5e124a7 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    dfac52b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85ad25d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cab6326 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab38d88 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6057985 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5594bbc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ccc387b View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. fix: HideFromDashboard annotation (#1014)

    * fix: HideFromDashboard annotation
    
    * fix: comment
    sattvikc authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    5f61061 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fd29ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca2a90d View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    6c0ec50 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. fix: make canLinkAccountsHelper check if the login methods of the pri…

    …mary user have conflicts on the tenant of the link target (#1015)
    
    * fix: make canLinkAccountsHelper check if the login methods of the primary user have conflicts on the tenant of the link target
    
    * chore: bump version number
    porcellus authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    bb00dec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f99bf9 View commit details
    Browse the repository at this point in the history
  3. fix: simplifying email verification token creation (#1016)

    * #334 - simplify email verification token creation
    
    * Update tests.yml
    
    updating github action `checkout` to version 4
    
    * reverting workflow modifications
    
    * #334 - simplify email verification token creation tests
    
    * chore: bumping version number, writing changelog
    tamassoltesz authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    43a5a68 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54ff0e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Update release.md

    rishabhpoddar authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    bd57cc2 View commit details
    Browse the repository at this point in the history
  2. Update release.md

    rishabhpoddar authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    d7412e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. fix: pathrouter for tenant id stop words (#1022)

    * fix: pathrouter for tenant id stop words
    
    * fix: pathrouter for tenant id stop words
    
    * fix: changelog
    sattvikc authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    d4fb18e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0dfd83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4204a06 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0212af6 View commit details
    Browse the repository at this point in the history
  5. fix: tests (#1024)

    sattvikc authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    3a5365a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bbc0984 View commit details
    Browse the repository at this point in the history
  7. fix: cicd tests (#1025)

    sattvikc authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    796b9de View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    57cd78d View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. Update release.md

    rishabhpoddar authored Aug 10, 2024
    Configuration menu
    Copy the full SHA
    0bfcf90 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    b63ed0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d7801a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb439e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8912d2b View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. fix: stats (#1033)

    * fix: stats
    
    * fix: test
    
    * fix: version
    sattvikc authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    c7f7186 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95d2fdd View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    728d1b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    635254a View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. fix: flaky tests (#1035)

    * fix: flaky tests
    
    * fix: flaky test
    
    * fix: flaky test
    sattvikc authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    dd4b21a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df55b5f View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    d91003c View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Update README.md

    rishabhpoddar authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    6f9568a View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    0d70735 View commit details
    Browse the repository at this point in the history
  2. fix: changelog update

    tamassoltesz committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    b78541e View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. fix: add new test

    tamassoltesz committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    0c0dea8 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    67c42e9 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    72706f9 View commit details
    Browse the repository at this point in the history
  2. fix: review fixes

    tamassoltesz committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    807f617 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    f7cc349 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    1ec5dde View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. feat: OAuth provider support (#1010)

    * fix: tenant config
    
    * fix: api permissions and telemetry update
    
    * fix: totp length validation
    
    * fix: accept api key via authorization header
    
    * fix: cache control header for jwks endpoint
    
    * fix: tests
    
    * fix: for dashboard
    
    * fix: remove unused import
    
    * fix: remove unused import
    
    * fix: providers non null
    
    * fix: tests
    
    * fix: pr comments
    
    * fix: pr comments
    
    * fix: pr comments
    
    * fix: pr comments
    
    * fix: improve core config normalisation
    
    * fix: more tests
    
    * fix: more tests
    
    * fix: clean up core config
    
    * fix: pr comments
    
    * fix: more test
    
    * adds config in config.yaml
    
    * reformates code
    
    * reformats code
    
    * modifies changelog
    
    * small changes
    
    * adds one more config for admin vs public service
    
    * starts working on authorization endpoint
    
    * removes unnecesssary files
    
    * Oauth - WIP (#1018)
    
    * fix/change annotations for configs
    
    * feat: oauth2 auth API - WIP
    
    * fix: hidefromdashboard to oauth_provider service url configs
    
    * feat: OAuthAPI input parsing, basic flow
    
    * feat: first test in progress
    
    * fix: review fixes
    
    * feat: tables for oauth in sqlite
    
    * fix: remove unnecessary tables
    
    * fix: store only the necessary data in the client table
    
    * feat: oauth client - app exists check in db, a few tests
    
    * fix: review fixes
    
    * fix: review fixes
    
    * feat: new configs for handling errors from hydra
    
    * feat: using the new configs for oauth provider
    
    * fix: CHANGELOG
    
    * fix: tests for the new Util method
    
    * fix: changelog changes
    
    * fix: changelog migration section fix
    
    * fix: fixing repeated header handling in HttpRequest#sendGETRequestWithResponseHeaders
    
    * fix: more tests for oauth auth
    
    * fix: review fix - more checks for the oauth config validity
    
    * fix: review fix - throwing expection if there is no location header in response from hydra
    
    * fix: review fix - renamed exception
    
    * feat: oauth2 register client API
    
    * feat: oauth2 get clients API
    
    * feat: OAuth2 DELETE clients API
    
    * fix: following the already existing response pattern with the oauth2 apis
    
    * fix: renaming exception to be more expressive
    
    * fix: review fixes
    
    * fix: using BadRequestException instead of custom format for hydra invalid input errors
    
    * Feature: oauth update client api (#1020)
    
    * fix/change annotations for configs
    
    * feat: oauth2 auth API - WIP
    
    * fix: hidefromdashboard to oauth_provider service url configs
    
    * feat: OAuthAPI input parsing, basic flow
    
    * feat: first test in progress
    
    * fix: review fixes
    
    * feat: tables for oauth in sqlite
    
    * fix: remove unnecessary tables
    
    * fix: store only the necessary data in the client table
    
    * feat: oauth client - app exists check in db, a few tests
    
    * fix: review fixes
    
    * fix: review fixes
    
    * feat: new configs for handling errors from hydra
    
    * feat: using the new configs for oauth provider
    
    * fix: CHANGELOG
    
    * fix: tests for the new Util method
    
    * fix: changelog changes
    
    * fix: changelog migration section fix
    
    * fix: fixing repeated header handling in HttpRequest#sendGETRequestWithResponseHeaders
    
    * fix: more tests for oauth auth
    
    * fix: review fix - more checks for the oauth config validity
    
    * fix: review fix - throwing expection if there is no location header in response from hydra
    
    * fix: review fix - renamed exception
    
    * feat: oauth2 register client API
    
    * feat: oauth2 get clients API
    
    * feat: OAuth2 DELETE clients API
    
    * fix: following the already existing response pattern with the oauth2 apis
    
    * fix: renaming exception to be more expressive
    
    * fix: review fixes
    
    * feat: oauth2 client update support
    
    * fix: using BadRequestException instead of custom format for hydra invalid input errors
    
    * fix: renaming method
    
    * fix: remove unused constant
    
    * fix: returning 500 when oauth update client goes wrong
    
    * fix: fixing test after changing error response
    
    * chore: removing TODO from code
    
    * fix: merge with latest (#1028)
    
    * fix: pathrouter for tenant id stop words (#1022)
    
    * fix: pathrouter for tenant id stop words
    
    * fix: pathrouter for tenant id stop words
    
    * fix: changelog
    
    * adding dev-v9.1.2 tag to this commit to ensure building
    
    * fix: 500 error to return actual message (#1023)
    
    * adding dev-v9.1.2 tag to this commit to ensure building
    
    * fix: tests (#1024)
    
    * adding dev-v9.1.2 tag to this commit to ensure building
    
    * fix: cicd tests (#1025)
    
    * adding dev-v9.1.2 tag to this commit to ensure building
    
    * Update release.md
    
    * feat: add security feature (#1026)
    
    * adding dev-v9.2.0 tag to this commit to ensure building
    
    * fix: feature test fix (#1027)
    
    * adding dev-v9.2.0 tag to this commit to ensure building
    
    ---------
    
    Co-authored-by: Rishabh Poddar <[email protected]>
    
    * feat: hydra integration for auth, token and few more endpoints (#1032)
    
    * fix: auth and token api
    
    * fix: cookie and code transformations
    
    * fix: token re-signing
    
    * fix: token endpoint
    
    * fix: license check and jwks caching
    
    * fix: exceptions
    
    * fix: refactor
    
    * fix: refactor
    
    * fix: refactor and client crud APIs
    
    * fix: token type enum
    
    * fix: process ext only on access token
    
    * fix: refactor
    
    * fix: bugs and refactor
    
    * fix: oauth clients list api
    
    * fix: consent get accept and reject
    
    * fix: login request
    
    * fix: query param transformation
    
    * fix: logout request
    
    * fix: refactor
    
    * fix: remove error debug and hint
    
    * fix: introspect api
    
    * fix: pr comments
    
    * fix: pr comments
    
    * fix: pr comment
    
    * fix: pr comment
    
    * fix: pr comments and refactor
    
    * fix: pr comments
    
    * fix: pr comments
    
    * fix: revert original http request
    
    * fix: pr comment refactor
    
    * fix: pr comment
    
    * fix: pr comment
    
    * fix: pr comment
    
    * fix: pr comments
    
    * fix: owner and pagination
    
    * fix: pr comment
    
    * fix: client id check
    
    * fix: ext related
    
    * fix: pr comment
    
    * fix: revoke APIs (#1041)
    
    * fix: revoke consent sessions
    
    * fix: revoke token
    
    * fix: revoke impl
    
    * fix: revoke session
    
    * fix: introspect impl after revoke
    
    * fix: revoke by client_id
    
    * fix: refresh token check in token exchange
    
    * fix: at hash
    
    * fix: sqlite impl
    
    * fix: client props whitelist
    
    * fix: status and query null check
    
    * fix: plugin interface update
    
    * fix: logout api
    
    * fix: ext
    
    * fix: accept consent
    
    * fix: accept consent
    
    * fix: introspect in token api
    
    * fix: keep fragment while updating query params
    
    * fix: count creds and pr comment
    
    * fix: oauth stats
    
    * fix: oauth cleanup cron task
    
    * fix: gid in refresh token
    
    * fix: inememory impl
    
    * feat: add initial payload fields to accept consent
    
    * fix: revoke cleanup
    
    * fix: stats
    
    * fix: client credentials basic
    
    * fix: authorization header
    
    * fix: authorizaion header in revoke
    
    * fix: missing table
    
    ---------
    
    Co-authored-by: Mihaly Lengyel <[email protected]>
    
    ---------
    
    Co-authored-by: Mihaly Lengyel <[email protected]>
    
    * fix: logout apis (#1047)
    
    * fix: logout apis
    
    * fix: session revoke in logout
    
    * fix: tests
    
    * feat: update logout logic to make BE integration easier
    
    * refactor: minor fixes for consistency
    
    ---------
    
    Co-authored-by: Mihaly Lengyel <[email protected]>
    
    * fix: tests (#1051)
    
    * fix: logout apis
    
    * fix: session revoke in logout
    
    * fix: tests
    
    * fix: tests
    
    * fix: tests
    
    * fix: tests
    
    * fix: versioning and cleanup
    
    * fix: http revert
    
    * fix: http revert
    
    * fix: rename / refactor
    
    * revert
    
    * revert
    
    * fix: test, cleanup and changelog
    
    * revert
    
    * fix: constraints
    
    * fix: constraints
    
    * fix: constraints
    
    * fix: constraints
    
    ---------
    
    Co-authored-by: Sattvik Chakravarthy <[email protected]>
    Co-authored-by: Tamas Soltesz <[email protected]>
    Co-authored-by: Sattvik Chakravarthy <[email protected]>
    Co-authored-by: Mihaly Lengyel <[email protected]>
    5 people authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    e83c9b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df6d395 View commit details
    Browse the repository at this point in the history
  3. fix: cron (#1055)

    sattvikc authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    21c8d15 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4996f22 View commit details
    Browse the repository at this point in the history
  5. fix: migration (#1056)

    sattvikc authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    616cee0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e1f462c View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    53a861b View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. fix: validating firstFactors not to contain special chars (#1050)

    * fix: validating firstFactors not to contain special chars
    
    * fix: review fixes
    
    * fix: review fix: allowing . (dot)
    
    * feat: tests for the validation
    
    ---------
    
    Co-authored-by: Sattvik Chakravarthy <[email protected]>
    tamassoltesz and sattvikc authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    1ecf114 View commit details
    Browse the repository at this point in the history
  2. fix: docker readonly fs (#1058)

    * feat: support tempDirLocation param in core and in cli
    
    * fix: changelog
    
    * fix: tests for the tempDirLocation
    
    * fix: changelog
    
    ---------
    
    Co-authored-by: Sattvik Chakravarthy <[email protected]>
    tamassoltesz and sattvikc authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    bdb6f4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b22988 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    142e500 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0480bfd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b2b67ee View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8060af5 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    56359ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ed8c3e View commit details
    Browse the repository at this point in the history
  3. fix: typo

    sattvikc committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    541e2e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1025ec View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    eacddae View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. Configuration menu
    Copy the full SHA
    2c14844 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. fix: compute exp

    sattvikc committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    3183ff6 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. fix: cron related

    sattvikc committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    93ceade View commit details
    Browse the repository at this point in the history
  2. fix: storage test

    sattvikc committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    7f20e78 View commit details
    Browse the repository at this point in the history
  3. fix: remove prints

    sattvikc committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    f212500 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9213fd4 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    ec75e62 View commit details
    Browse the repository at this point in the history
  2. fix: login request tests

    sattvikc committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    618c591 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. fix: typo

    sattvikc committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    3492ca2 View commit details
    Browse the repository at this point in the history
  2. fix: revocation tests

    sattvikc committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    e54cd5f View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    d0d13f0 View commit details
    Browse the repository at this point in the history
  2. fix: tests

    tamassoltesz committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    1d076b5 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. fix: handling null

    sattvikc authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    717d129 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    c551647 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    fd17adb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    226329c View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    8f9c59c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac3cf84 View commit details
    Browse the repository at this point in the history
  3. fix: various fixes

    tamassoltesz committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    11229d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    170dac6 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    e94ffed View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    9e3ccc4 View commit details
    Browse the repository at this point in the history
  2. fix: changelog

    tamassoltesz committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    d85f5eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2caa02d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a4b1cf0 View commit details
    Browse the repository at this point in the history
  5. fix: review fixes

    tamassoltesz committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    887234d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f2747a2 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. Configuration menu
    Copy the full SHA
    8f80b8c View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. Merge pull request #1067 from supertokens/feat/oauth/allow-list

    feat: oauth/allow list
    porcellus authored Oct 27, 2024
    Configuration menu
    Copy the full SHA
    2abfb68 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1065 from supertokens/feat/oauth/remaining-changes

    feat(oauth): allow setting, store&return clientId/clientSecret for clients and add enableRefreshTokenRotation
    porcellus authored Oct 27, 2024
    Configuration menu
    Copy the full SHA
    be09a1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c40dc91 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a90ad34 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb9cfe4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eb66b6d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3509235 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1068 from supertokens/test/fix_ci_runs

    test: fix ci test failures and naming consistency
    porcellus authored Oct 27, 2024
    Configuration menu
    Copy the full SHA
    63862d4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    170c283 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1edeff2 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    5c9fb1c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1069 from supertokens/fix/oauth/jti-listing

    fix: jti listing in db
    porcellus authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    25ce26e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e147e03 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    190c3f0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    072cb48 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1070 from supertokens/ci/flaky_test_improvement

    test: try and improve flaky tests
    porcellus authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    eff6a6f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8944bfd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    edcffc0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a8c2011 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d0131bd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    173f1c7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c9a9cd7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8dc6806 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6d32f48 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    96bf20a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    130b779 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    3ec3861 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fa6968 View commit details
    Browse the repository at this point in the history
  3. feat: make deep-links work

    porcellus committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    d7fab0c View commit details
    Browse the repository at this point in the history
  4. feat: make deep links work (#1071)

    * ci: try automatically re-running tests
    
    * ci: try automatically re-running tests
    
    * ci: try automatically re-running tests
    
    * ci: try automatically re-running tests
    
    * ci: try automatically re-running tests
    
    * ci: try automatically re-running tests
    
    * ci: try automatically re-running tests
    
    * ci: try automatically re-running tests
    
    * ci: try automatically re-running tests
    
    * test: try and improve flaky tests
    
    * chore: changelog consistency with plugin
    
    * feat: make deep-links work
    porcellus authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    09db63e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    20bf94e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3b32bfe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8b6adb4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    759319c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2368fc3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3a959ca View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c9f5d23 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ea482d9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6c14a13 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0eee097 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0adb4e6 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f859e3b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b1657a0 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b1363fc View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d745cb6 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #1072 from supertokens/test-cicd/rerun_failed

    test: enable/fix rerun failed test on ci-cd
    porcellus authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    bb8ede4 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f9dea95 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. checkpoint

    tamassoltesz committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    8070d45 View commit details
    Browse the repository at this point in the history
  2. fix: remove vacuuming

    tamassoltesz committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    d2ec5cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ff6eea View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. fix: minor tweaks

    tamassoltesz committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    16eda70 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    7aaf422 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. fix: fast as a lightning

    tamassoltesz committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    d33eb5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a41f951 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Configuration menu
    Copy the full SHA
    96f6e0a View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. fix: fixing tests

    tamassoltesz committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    21e91fc View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. Configuration menu
    Copy the full SHA
    4fe694a View commit details
    Browse the repository at this point in the history