Skip to content

Nikita777-coder/PasswordManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Manager

img.png

Description

Password Manager - password storage REST service

path for swagger after app launch: http://localhost:8080/swagger-ui/index.html#/

Features

  • all requests are secured except auth-controller requests. That's why, firstly, you need authorize and enter a jwt token received from one of the auth-controller requests

What you can do in it

  • Create a new account
drawing
  • Sign in
drawing
  • Create a new password record
drawing
  • Get your own list of records
drawing
  • Get a specific record by its id
drawing
  • Get info about password record directory
drawing
  • Update a record by id - переделать входные параметры (должен принимать не entity, а dto)
drawing
  • Create a directory for records and other directories
drawing

You can skip parametr 'parentDirectoryId' or set null if parent directory is root

  • Get short info about all records (id and name of record) in directory
drawing
  • Get all nested directories in directory
drawing
  • Get all attachments (nested records and directories) in directory
drawing
  • Delete a directory
drawing
  • Make sharing on record
drawing
  • Get a sharing record from a person
drawing

Releases

No releases published

Packages

No packages published

Languages