tech5usa / TLSential

A server for providing short-lived TLS certificates to all services within a firewall restricted network.
GNU General Public License v3.0
15 stars 2 forks source link

Sessions #55

Closed d1str0 closed 4 years ago

d1str0 commented 4 years ago

This PR addresses the following issues:

Lack of sessions or ability to login

Context

Need the ability to persist sessions from the UI.

Approach

Add gorilla sessions and a login page.

Testing

Try and login. :P

todo[bot] commented 4 years ago

Add role and maybe username here.

https://github.com/ImageWare/TLSential/blob/f8a6d2c45b8a39a365153c7953137bc499a6dacc/ui/ui.go#L142-L147


This comment was generated by todo based on a TODO comment in f8a6d2c45b8a39a365153c7953137bc499a6dacc in #55. cc @ImageWare.
todo[bot] commented 4 years ago

Add logout functionality.

https://github.com/ImageWare/TLSential/blob/f8a6d2c45b8a39a365153c7953137bc499a6dacc/ui/ui.go#L147-L152


This comment was generated by todo based on a TODO comment in f8a6d2c45b8a39a365153c7953137bc499a6dacc in #55. cc @ImageWare.