Releases: spruceid/ssx
ssx-server-middleware/v1.0.1
Patch Changes
- Updated dependencies
- @spruceid/[email protected]
- @spruceid/[email protected]
ssx-react/v1.2.1
Patch Changes
- Patch fix for a build issue
- Updated dependencies
- @spruceid/[email protected]
- @spruceid/[email protected]
ssx-gnosis-extension/v1.1.3
Patch Changes
- Patch fix for a build issue
- Updated dependencies
- @spruceid/[email protected]
ssx-core/v1.1.1
Patch Changes
- Patch fix for a build issue
ssx/v1.2.0
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 newSSX
instance. This property isn't mandatory and the default value isfalse
; - Updates
ssx.signIn()
to resolve Lens data according to theSSX
config. This method now sendsresolveLens
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.
- Adds Lens resolution configuration (
Patch Changes
- Updated dependencies [6205fc4]
- Updated dependencies [6205fc4]
- Updated dependencies [24a7220]
- @spruceid/[email protected]
- @spruceid/[email protected]
ssx-serverless/v1.2.0
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 acceptresolveLens?: boolean
as parameter and returns Lens profiles iftrue
. This property isn't mandatory and the value isfalse
;
- Adds
Patch Changes
- Updated dependencies [6205fc4]
- Updated dependencies [6205fc4]
- Updated dependencies [24a7220]
- @spruceid/[email protected]
- @spruceid/[email protected]
ssx-server/v1.2.0
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 acceptresolveLens?: boolean
as parameter and returns Lens profiles iftrue
. This property isn't mandatory and the value isfalse
; - Express and HTTP middlewares
/ssx-login
returns Lens profiles if requested;
- Adds
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 tossx-core
and passed around implementation - Updated dependencies [6205fc4]
- Updated dependencies [6205fc4]
- Updated dependencies [24a7220]
- @spruceid/[email protected]
- @spruceid/[email protected]
- @spruceid/[email protected]
ssx-server-middleware/v1.0.0
Major Changes
- 6205fc4: Extracted middleware logic to new ssx-server-middleware package. Moved
SSXServer
class interface tossx-core
and passed around implementation
Patch Changes
- Updated dependencies [6205fc4]
- Updated dependencies [6205fc4]
- Updated dependencies [24a7220]
- @spruceid/[email protected]
- @spruceid/[email protected]
ssx-react/v1.2.0
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
Patch Changes
- Updated dependencies [6205fc4]
- Updated dependencies [6205fc4]
- Updated dependencies [24a7220]
- @spruceid/[email protected]