passwordmanagerapi

command module
v0.0.0-...-78011d0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2020 License: MIT Imports: 4 Imported by: 0

README

PasswordManagerApi

The PasswordManagerApi is a REST Api that handles CRUD operations for the PasswordManager.

Functionality

Register Method: POST

  • Description: Registers a user.
  • Input: User Object with id & email

Login Method: POST

  • Description: Takes in the users id and checks to see if they are in the database, if so they are authenticated using a JSON Web Token (JWT).
  • Input: User Object with id

Get Vault Method: GET

  • Description: Sends back User Objects to authenticated users.
  • Input: User Object with id

Update Vault Method: PUT

  • Description: Updates a users Vault. Must be authenticated.
  • Input: User Object with id

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL