frankhart2018 / primistore

Locally hosted password management tool
MIT License
6 stars 12 forks source link

Load individual password policy and display it in list page #108

Closed frankhart2018 closed 4 months ago

frankhart2018 commented 4 months ago

Closes #62

Implementation

  1. Added an endpoint to load the policy by policy id.
  2. Used this to call by policy id from ListPasswords component.