Closed jleung51 closed 8 years ago
BasicServer's handle_get() has documentation for authenticating operations which should not have an authentication option.
handle_get()
For example, when retrieving the contents of a table,
http://localhost:34568/ReadEntityAuth/TABLE_NAME/AUTHENTICATION_TOKEN
should not be possible.
Working on it in the branch basic-get-auth!
basic-get-auth
Fixed in pull request #26
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,
should not be possible.