klattimer / SystemDashboard

A lightweight python system dashboard written in cherry py delivered over the web.
MIT License
10 stars 2 forks source link

authentication #2

Open klattimer opened 5 years ago

klattimer commented 5 years ago

Absolutely no authentication has been added yet, probably want some PAM in there for the basics... Some things can't be accessed by non-root users and should therefore error and hide their widget.

klattimer commented 5 years ago

part way through adding PAM and creating jwtauth tool for cherrypy.

klattimer commented 5 years ago

I want the browser basic auth, so have added a logout hack. Still needs some testing before merging in. Also needs a login page template.