Age | Commit message (Collapse) | Author |
|
Since request is not a interface I need to create a wraper for it so I
can extend it later.
|
|
Now the whole application takes public into account.
|
|
When an unlogged user request the page it will always return
ErrNoCookie.
|
|
Disable all auth mechanism when passphrase is empty. That will allow for
a simpler setup.
|
|
It adds the whole workflow to store and handle login on both UI and
handler level. With that the login information should be available at
any point given the context.
|