Skip to content

Commit 48fe883

Browse files
update readme.md
1 parent c830993 commit 48fe883

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

readme.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,18 @@ Web-based terminal application for InterSystems Caché database. Access yo
88
<LI>Download an archive, unpack it and execute the following in %SYS namespace: <code>do $System.OBJ.ImportDir("UNPACK_FOLDER\", "*.xml", "ckbud", .err, 1)</code></LI>
99
</UL>
1010

11-
### What i'm working on
11+
### About security and authorization
1212

13-
* Escape sequences processing part one - dom preparation
14-
* Escape sequences processing part two - basic dynamic text engine
13+
Terminal application is protected by using unique long identifier of CSP-session cookie now (v 0.9.9.5 and higher).
14+
This means that logged user will have all roles and privileges that it has on server.
15+
Unauthorized users will become "UnknownUser", so be patient.
1516

1617
### What's new?
1718

19+
#### v 0.9.9.5 (dev)
20+
* Cache user privileges
21+
* Authorization via CSP-sessions
22+
1823
#### v 0.9.9
1924
* Russian translation
2025
* Fixes in autocomplete, read, /tail, /sql

0 commit comments

Comments
 (0)