Go to file
Dustin ea89601f49 auth: Add authentication method
The *POST /auth/login* operation authenticates a user given a username
and password.  The actual authentication is preformed by the daemon,
since it is privileged and will be able to read `/etc/shadow` via the
`pam_unix.so` module.

Upon successful login, a signed cookie containing the username is set
for the client.  I'm not sure if any other information will need to be
stored in the cookie yet.  The cookie contains a JSON document that we
can extend if necessary.
2022-01-11 21:37:43 -06:00
backend auth: Add authentication method 2022-01-11 21:37:43 -06:00
ui Initial commit 2022-01-04 20:52:54 -06:00
weywot.code-workspace Initial commit 2022-01-04 20:52:54 -06:00