nuxsmin / sysPass

Systems Password Manager
https://syspass.org
GNU General Public License v3.0
958 stars 207 forks source link

Get Account's DirectLink in API call #1902

Open areYouLazy opened 1 year ago

areYouLazy commented 1 year ago

Is your feature request related to a problem? Please describe. No related problem

Describe the solution you'd like I'm retrieving accounts from syspass API and would like to provide users with the Account's DirectLink so I don't have to retrieve and expose the account's password. So the DirectLink should be available in the original account/search query or there should be an account/directlink API where I can submit an account ID and get the DirectLink URL. I don't want to generate the link by myself as this requires using the master password if I understand it correctly

Describe alternatives you've considered I did not found any alternative right now