This feature is available in our paid editions. Contact us here, and we'll be delighted to assist you!

This documentation explains how to customize access to pieces depending on projects.

1

Tag Pieces

You can tag pieces in bulk using Admin Console

Bulk Tag

2

Add Tags to Provision Token

We need to specify the tags of pieces in the token, check how to generate token in provision-users.

You should specify the pieces claim like this:

{
    /// Other claims
    "pieces": {
        "filterType": "ALLOWED",
        "tags": [ "free" ]
    }
}

Each time the token is used in the frontend, it will sync all pieces with these tags to the project. The project’s pieces list will exactly match all pieces with these tags at the moment of using the iframe.