Skip to content

Releases: spruceid/ssx

ssx-server-middleware/v1.0.1

20 Jan 19:39
91532bb
Compare
Choose a tag to compare

Patch Changes

ssx-react/v1.2.1

20 Jan 19:40
91532bb
Compare
Choose a tag to compare

Patch Changes

ssx-gnosis-extension/v1.1.3

20 Jan 19:41
91532bb
Compare
Choose a tag to compare

Patch Changes

ssx-core/v1.1.1

20 Jan 19:41
91532bb
Compare
Choose a tag to compare

Patch Changes

  • Patch fix for a build issue

ssx/v1.2.0

19 Jan 12:50
d74757d
Compare
Choose a tag to compare

Minor Changes

  • 6205fc4: Added support for customAPIOperations in the SSX server configuration. This allows for configurations that execute a function instead of making a request to the configured endpoint for any of the ssx endpoints (nonce, login, logout).

  • d74757d: Updates the nonce request params to send the walletAddress. This change is required for early detection of a multisig login.

  • 24a7220: Adds Lens resolution feature to the client. This feature is available to Polygon Mainnet and Mumbai Testnet (visit https://docs.lens.xyz/docs/api-links for more information).

    • Adds Lens resolution configuration (resolveLens: true | false | 'onServer') when creating a new SSX instance. This property isn't mandatory and the default value is false;
    • Updates ssx.signIn() to resolve Lens data according to the SSX config. This method now sends resolveLens param to the /ssx-login request;
    • Adds ssx.resolveLens(...) method to resolve Lens profiles on client;
    • Updates ssx-test-dapp to show how to use this feature.

Patch Changes

ssx-serverless/v1.2.0

19 Jan 12:51
24a7220
Compare
Choose a tag to compare

Minor Changes

  • 24a7220: Adds Lens resolution feature to the server. This feature is available to Polygon Mainnet and Mumbai Testnet visit for more information.

    • Adds ssx.resolveLens(...) method to resolve Lens profiles;
    • Updates ssx.signIn() to accept resolveLens?: boolean as parameter and returns Lens profiles if true. This property isn't mandatory and the value is false;

Patch Changes

ssx-server/v1.2.0

19 Jan 12:51
6205fc4
Compare
Choose a tag to compare

Minor Changes

  • 24a7220: Adds Lens resolution feature to the server. This feature is available to Polygon Mainnet and Mumbai Testnet visit for more information.

    • Adds ssx.resolveLens(...) method to resolve Lens profiles;
    • Updates ssx.login() to accept resolveLens?: boolean as parameter and returns Lens profiles if true. This property isn't mandatory and the value is false;
    • Express and HTTP middlewares /ssx-login returns Lens profiles if requested;

Patch Changes

  • 836ed67: Improved promise resolution to the verification of the Siwe Message, preventing potential exceptions coming from the middleware.
  • 6205fc4: Extracted middleware logic to new ssx-server-middleware package. Moved SSXServer class interface to ssx-core and passed around implementation
  • Updated dependencies [6205fc4]
  • Updated dependencies [6205fc4]
  • Updated dependencies [24a7220]

ssx-server-middleware/v1.0.0

19 Jan 12:52
6205fc4
Compare
Choose a tag to compare

Major Changes

  • 6205fc4: Extracted middleware logic to new ssx-server-middleware package. Moved SSXServer class interface to ssx-core and passed around implementation

Patch Changes

ssx-react/v1.2.0

19 Jan 21:57
02a6d8a
Compare
Choose a tag to compare

Minor Changes

  • 6205fc4: Added support for Next-Auth to ssx-react. This includes helper functions for configuring the frontend and backend components of an app using Next-Auth.

ssx-gnosis-extension/v1.1.2

19 Jan 12:51
6205fc4
Compare
Choose a tag to compare

Patch Changes