Added functionality for editing password entries
Application for storing passwords, contains the functionality of registration / authorization.
After registration, you have access to the functionality of storing passwords protected by an encryption key, individual for each user.
This application uses nativeAPI to work with IRIS.
To start the application, clone project:
$ git clone https://github.com/bbnbb/password-app-iris-db
And run the commands:
$ docker-compose up -d
Then open http://127.0.0.1:8011
go to http://localhost:8011/register , and add a user
after that you will be redirected to the login page where you can log in
in case of incorrect data, you will be shown an authorization error
after successful login you will be redirected to http://localhost:8011/dashboard page where you can manage your passwords.
The functionality of viewing previously saved passwords is available (by clicking on *********), as well as copying to the clipboard by clicking on the corresponding button. As well as the functionality of deleting previously saved passwords.
To add passwords, a form for adding a password is provided.
To edit the password, click on the corresponding icon, a modal window with an editing form will open