L2-Technology / sensei

A lightning node implementation for everyone
https://l2.technology/sensei
Other
199 stars 39 forks source link

kill 'admin/root' node concept #107

Closed johncantrell97 closed 2 years ago

johncantrell97 commented 2 years ago

It's finally time. I think all the other pieces are in place.

There will be no node associated with the admin of a sensei instance anymore. When you first set up your sensei instance with an admin account that will only grant you access to a portal for managing your nodes and access tokens. You can then create and log into any nodes you'd like as you normally do today.

This will involve adding a new 'Users' table for storing the admin user/hashed_password for logging into the admin portal. From there it should be relatively minor changes to update the web admin to strip all of the node related functionality when an 'admin' is logged in.