dsc-umass / lmvp

Open source neural network versioning system that separates model management and training operations.
BSD 3-Clause "New" or "Revised" License
6 stars 3 forks source link

Lmvp Authentication with Swagger Visualisation #25

Closed DamiAdesola closed 3 years ago

DamiAdesola commented 3 years ago

As requested, I separated the two branches. Making this one have swagger installed for API Visualisation. Take a look at both and then you can merge whichever seems more suitable for the project. If you need help using swagger just reach out and ill explain accordingly.

No Bugs or Issues found so far.

Next, I would like to finish the development of authenticating users to access information from the lmvp interface. This will restrict all information until the token is provided or User has logged in.

Would you prefer having a username/password combo or an access token generated upon registration?