How do I test the securityContext with Cube core in Embeddable when using driverFactory?

The securityContext argument below is exactly the content of the securityContext as passed to Tokens API. For testing in the Embeddable dashboard builder, you can follow the instructions here.

module.exports = { driverFactory: ({ securityContext, dataSource }) => { … } };