Identity config
The identity config is a collection of information, signed into two separate JSON Web Tokens (JWTs) on your server. One token permits dashboard configuration access, and the other permits data access via the Vizzly query engine.
The tokens are generated and returned from the async identity function provided to the dashboard.
Do I always need both tokens?
The only token that is required is the dashboard access token. This is because if you're running the custom or in-browser query engines, you have the option to control data access in your own way.