ausocean / openfish

OpenFish is an open-source system written in GoLang for classifying marine species. Tasks involve importing video or image data, classifying and annotating data (both manually and automatically), searching, and more. It is expected that OpenFish will use utilize computer vision and machine learning techniques.
https://ausocean.github.io/openfish/
Other
6 stars 0 forks source link

Add documentation on roles, users and authentication #131

Closed scott97 closed 5 months ago

scott97 commented 5 months ago

We recently added user authentication (PR #108) and user roles / permissions (PR #122), which adds new APIs (for managing users), adds new ways existing APIs can fail (unauthorised & forbidden HTTP codes) and a new command line flag, so these need to be documented.