New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@authress/sdk

Package Overview
Dependencies
Maintainers
0
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@authress/sdk - npm Package Compare versions

Comparing version

to
3.0.162

2

package.json
{
"name": "@authress/sdk",
"version": "3.0.161",
"version": "3.0.162",
"description": "Client SDK for Authress authorization as a service. Provides managed authorization api to secure service resources including user data.",

@@ -5,0 +5,0 @@ "main": "./index.js",

@@ -25,4 +25,10 @@ /* eslint-disable no-shadow */

*/
tenantId?: string;
defaultLoginTenantId?: string;
/**
* Provided by Authress as a unique URI that can be used to start the Authress Login flow for the user. Provide this property in the `request_uri` property, when not using the Authress Login UI SDK. This parameter is ignored during invite creation.
* @type {string}
* @memberof Invite
*/
authenticationRequestUri?: string;
/**
* A list of statements which match roles to resources. The invited user will all statements apply to them when the invite is accepted.

@@ -29,0 +35,0 @@ * @type {Array<InviteStatement>}