Using SQL API the extendContext function does not get the securityContext created in checkSqlAuth #7415
Labels
api:sql
Issues related to SQL API
backend:server
Issues relating to Cube Core's Server
enhancement
New feature proposal
Describe the bug
Hi everyone! I’m using the same cube.js file but I’m getting different results when I access to the securityContext in extendContext function:
in checkSqlAuth I’m returning a securityContext like:
return {
password: password,
securityContext: securityContext
};
To Reproduce
just login through SQL API and print the context in extendContext function
Version:
0.34.7
The text was updated successfully, but these errors were encountered: