diff options
author | drebs <drebs@leap.se> | 2013-05-24 12:59:21 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2013-05-25 11:20:13 -0300 |
commit | d022428a695ba5c499fcd0c8a9681962c006b8e8 (patch) | |
tree | 5d0d3a525f81a39f2982c114b5f048ee2af322d3 /changes | |
parent | 8cef16cd458801b1513bbcd6849edc4599204b6f (diff) |
Add action validation in server.
* Use routes for validating user actions when interacting with server.
* Also add tests for action validation.
* Add changes file.
* Closes #2356.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/feature_add-action-validation | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/feature_add-action-validation b/changes/feature_add-action-validation new file mode 100644 index 00000000..57d5b90c --- /dev/null +++ b/changes/feature_add-action-validation @@ -0,0 +1 @@ + o Add validation and authorization of actions upon interaction with server. |