10 Commits

Author SHA1 Message Date
Thomas Waldmann
dd09b6b5af nameserver update key / secret terminology cleanup
key = secret + algorithm
2013-11-24 05:04:07 +01:00
Thomas Waldmann
fe96c21592 clarify how the SECRET_KEY is setup, we don't have a builtin (not secret) SECRET_KEY any more 2013-11-17 02:08:02 +01:00
Thomas Waldmann
89e18d9d65 document how cookies are used depending on the "keep me logged in" checkbox state 2013-11-16 05:14:03 +01:00
Thomas Waldmann
0d2184037a docs enhancements 2013-11-08 01:52:52 +01:00
Thomas Waldmann
f12539aee8 document local vs. remote account login 2013-11-03 21:13:08 +01:00
Thomas Waldmann
52c2916215 add docs about secure cookies 2013-11-03 10:19:05 +01:00
Thomas Waldmann
7a99935597 use json serializer for sessions, change timestamps' data type, more security docs
json serializer can't serialize datetime (but integers), but is more safe than the pickle serializer.
2013-11-03 09:52:11 +01:00
Thomas Waldmann
5cd14a9cd3 update security docs 2013-11-03 09:15:51 +01:00
Thomas Waldmann
24ad97c0ef document cookie usage, warn about domain cookies 2013-10-05 16:24:45 +02:00
Thomas Waldmann
aa3fb3c746 add security documentation 2013-10-04 00:28:28 +02:00