authelia/server/src
Clement Michaud 92b78f7c15 Enable secure and httpOnly option for sessions
These are 2 measures for improving security of cookies. One is used to
not send the cookie over HTTP (only HTTPS) and the other tells the browser to
disallow client-side code accessing the cookie.
2017-10-16 20:56:26 +02:00
..
lib Enable secure and httpOnly option for sessions 2017-10-16 20:56:26 +02:00
resources Split client and server 2017-10-07 00:49:42 +02:00
views Add username to the 'already logged in' page 2017-10-15 22:15:54 +02:00
index.ts Enable secure and httpOnly option for sessions 2017-10-16 20:56:26 +02:00