server
server copied to clipboard
Build Apps on Base SAS
to avoid 'invalid csrf token' responses on login, we should clear cookies on logout, and on 401 responses.
## Issue no issue to link. ## Intent Switch to Vite built tool ## Implementation Minimal changes, actually no changes in source code. - removed couple of packages - added...
There are many options that can be adjusted in a SAS Session (such as the SASUSER location) and the usual place to do this is the `sasv9.cfg` file. This is...
First, the SASJS build of Data Controller needs the `` tags removed
SASjs server appears to be missing a housekeeping process - a number of directories are being created in the `/tmp` folder that are not being removed, see: Expanding one of...
Currently, unauthorised applications and endpoints are still visible in the UI (if inaccessible) We should either hide, or make clear the parts that are not authorised, eg: * Unauthorised apps...
If the OS userid is `root` then we should prevent SASjs server from being launched In general, SASjs Server should be launched with an account with very few privileges, as...
After 15 minutes we check if an active session is currently being utilised, and if not, we kill it. The murder mechanism leaves an ERROR in the log as follows:...
This requires language server support in the Monaco Editor. An open issue for that is registered here: https://github.com/microsoft/monaco-editor/issues/2613