dryark / controlfloor

System for controlling devices remotely
Other
84 stars 27 forks source link

Pluggable Authentication #9

Closed nanoscopic closed 1 year ago

nanoscopic commented 3 years ago

Right now just dummy authentication is in place. A golang interface should be created to create standard API for a auth module, and then various auth should be implemented.

For the open source project, LDAP and Okto will be the first two auth interfaces made available.

nanoscopic commented 3 years ago

The dummy authentication was updated recently; it now supports multiple users through configuration. LDAP coming next also.

nanoscopic commented 1 year ago

I'm not working on this. No one else is either. Closing.