https://github.com/pharesim/steeminvite
Steeminvite is a tool to securely onboard new users.
To achieve this, it supports claiming account tokens and creating invitation links.
The user following the link can choose his username and password, after which the inviting party creates the account.
All without exposing the private keys or password of the new account to anyone else except the new user himself.
Technology stack
The tool is built with a bit of vanilla js + steem-js + i18next for the frontend, python3 and sqlite3 in the backend. No huge stack setup required, but you'll need to set up the webserver yourself.
Roadmap