You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add ttl and context to SessionParams and create a separate SelfServiceSessionParams for creating self service sessions (#33)
* Add ttl and context to SessionParams and create a separate SelfServiceSessionParams for creating self service sessions
* Add role parameter to methods assigning/removing users to/from tenants
* Update self service strategies to rbac and fgac
* Update tests
* Move tenantId from SessionParams to SelfServiceSessionParams
* @param session A session object containing the userId, redirectUrl, and optional tenantId for which the authorization session should be created.
11
11
* @returns A session token that can be passed to any of the Warrant client-side SDKs to allow the SDK to make client-side authorization checks for the specified user.
* @param session A session object containing the userId, redirectUrl, and optional tenantId for which the self service session should be created.
34
34
* @returns A url pointing to the self-service dashboard that will allow the specified user to make changes to the roles and permissions of users in their tenant.
0 commit comments