Skip to main content

Warrant Updates - October 2022

ยท One min read
Aditya Kajla

Dashboard Updatesโ€‹

Lots of usability enhancements within the dashboard this month including:

  • Search for users by userId or name on the Users page
  • View all of a user's assigned tenants on the Users page
  • A new UI to manage teammates on the Account page

Search

RBAC Names & Descriptionsโ€‹

Roles and Permissions now include name and description fields in the API and dashboard for added convenience and readability. Both fields are optional and null by default but can be set on existing or new roles and permissions. For example:

{
"roleId": "admin-1",
"name": "Admin",
"description": "Users with elevated privileges"
}

PHP SDKโ€‹

Introducing the official PHP SDK ๐ŸŽ‰ Similar to our other back-end SDKs (ex. Go, Java), the PHP SDK ships with methods to set up and manage RBAC and fine-grained authz.