jleung51-coursework / phaser

C++ servers utilizing the Microsoft Azure Storage Client Library.
MIT License
1 stars 0 forks source link

Remove excess documentation for BasicServer GET (Authenticated) #25

Closed jleung51 closed 8 years ago

jleung51 commented 8 years ago

BasicServer's handle_get() has documentation for authenticating operations which should not have an authentication option.

For example, when retrieving the contents of a table,

http://localhost:34568/ReadEntityAuth/TABLE_NAME/AUTHENTICATION_TOKEN

should not be possible.

jleung51 commented 8 years ago

Working on it in the branch basic-get-auth!

daphne-chong commented 8 years ago

Fixed in pull request #26