pglombardo / PasswordPusher

🔐 Securely share sensitive information with automatic expiration & deletion after a set number of views or duration. Track who, what and when with full audit logs.
https://docs.pwpush.com
Apache License 2.0
1.94k stars 342 forks source link

API endpoint to just generate passwords #787

Open rvdwegen opened 1 year ago

rvdwegen commented 1 year ago

🚀 Feature Request

API endpoint to just generate passwords instead of creating/saving a push

🔈 Motivation

It would enable Password Pusher to play a more multi-use role and enable users of Password Pusher to generate passwords on the fly that follow the standard defined in the Password Pusher settings from any sort of automation platform.

For example I have a admin account creation Powershell script for new M365 tenants that includes a password generation function of about 30-40 lines. With a dedicated API endpoint for passwords it would allow me to cut that function from the script and replace it with a simple GET.

🛰 Alternatives

📎 Additional context

github-actions[bot] commented 1 year ago

Hello @rvdwegen, thanks for contributing to the Password Pusher community! We will respond as soon as possible.

pglombardo commented 1 year ago

Hi @rvdwegen - great idea! I've thought similar and plan to add this. I'll update here once there is some progress.