authelia/example/nginx
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
..
html Disable second factor for certain subdomain 2017-09-26 23:09:33 +02:00
ssl Fix integration test and package Travis scripts 2017-06-29 13:09:08 +02:00
docker-compose.yml Refine access control with per resource ACLs 2017-09-24 21:39:47 +02:00
nginx.conf Enable secure and httpOnly option for sessions 2017-10-16 20:56:26 +02:00