Identity and Multi-Tenancy

Identity and Multi-Tenancy

Vizzly handles data access in a multi-tenant environment by using an identity config.

On your server, you will authenticate and verify the permissions of the current user, before using one of our client libraries to sign the identity config and return the access tokens to the browser or client.

Client libraries

NodeJs

Python

Ruby


Custom JWT

If you prefer to manage the JWT signing, then we have documentation to help with that here.

Test access tokens and PoCs

Quickly generate access tokens using our CLI for implementing quick proof of concepts.