|
GUI server authentication.
Added authentication management to the Tornado server.
The WebSocket handler includes a way to know if the
connected client is logged in to the API server.
Both Go and Python API implementations are supported.
Also implemented WebSocket messages validation.
I am sorry: this diff is quite long.
In my defence, the code is full of tests and
documentation... Well, sorry again.
Tests: `make unittest`
https://code.launchpad.net/~frankban/charms/precise/juju-gui/server-auth/+merge/176738
(do not edit description out of merge proposal)
Total comments: 5
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+809 lines, -62 lines) |
Patch |
 |
A |
[revision details]
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
revision
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
server/guiserver/apps.py
|
View
|
|
2 chunks |
+9 lines, -3 lines |
0 comments
|
Download
|
 |
A |
server/guiserver/auth.py
|
View
|
1
2
|
1 chunk |
+215 lines, -0 lines |
0 comments
|
Download
|
 |
M |
server/guiserver/handlers.py
|
View
|
|
5 chunks |
+18 lines, -4 lines |
0 comments
|
Download
|
 |
M |
server/guiserver/manage.py
|
View
|
1
2
|
2 chunks |
+27 lines, -3 lines |
0 comments
|
Download
|
 |
M |
server/guiserver/tests/helpers.py
|
View
|
|
2 chunks |
+78 lines, -0 lines |
0 comments
|
Download
|
 |
A |
server/guiserver/tests/test_auth.py
|
View
|
1
2
|
1 chunk |
+231 lines, -0 lines |
0 comments
|
Download
|
 |
M |
server/guiserver/tests/test_handlers.py
|
View
|
1
2
|
6 chunks |
+140 lines, -40 lines |
0 comments
|
Download
|
 |
M |
server/guiserver/tests/test_manage.py
|
View
|
1
|
2 chunks |
+38 lines, -10 lines |
0 comments
|
Download
|
 |
M |
server/guiserver/tests/test_utils.py
|
View
|
1
|
2 chunks |
+25 lines, -0 lines |
0 comments
|
Download
|
 |
M |
server/guiserver/utils.py
|
View
|
|
2 chunks |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
M |
server/runserver.py
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
Total messages: 9
|