I have a problem with Cube.JS:
A very common use case is to only request the CubeJS token once the user is authenticated to my app. Then I can provide a token initialize CubeJS.
The way it is on the docs (https://cube.dev/docs/@cubejs-client-ngx#api), you set the config on the app.module, hence, before the user has a chance to login to the app.
How would I set the token AFTER I know who the user is (after he has authenticated to my app)?