dallen4 / deadrop

e2e encrypted secret sharing
https://deadrop.io
GNU General Public License v3.0
6 stars 2 forks source link

CLI MVP #17

Open dallen4 opened 1 year ago

dallen4 commented 1 year ago

Requirements

Cross-platform executable CLI that provides functionality for dropping (sending) and grabbing (receiving) secrets using existing infrastructure.

dallen4 commented 1 year ago

Implement CLI authentication flow using auth0. Example.

dallen4 commented 3 months ago

cancelling auth0 implementation in favor for vault development -- too expensive for not much gain. will revisit auth later on, maybe use Clerk.

pkg was archived. will investigate binary compilation with nexe. after binary compilation complete, will mark MVP complete. vault will be considered post-MVP.

dallen4 commented 3 weeks ago

auth has been reimplemented using clerk as previously suggested. CLI authentication now needs a flow. Resources include this unofficial clerk example repo and an article for Slack SSO with a CLI.