authelia/server
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
..
src Enable secure and httpOnly option for sessions 2017-10-16 20:56:26 +02:00
test Enable secure and httpOnly option for sessions 2017-10-16 20:56:26 +02:00
types Check TOTP token with window of 1 2017-10-15 00:44:10 +02:00
tsconfig.json Split client and server 2017-10-07 00:49:42 +02:00
tslint.json Split client and server 2017-10-07 00:49:42 +02:00