Commit Graph

11 Commits

Author SHA1 Message Date
48d6511186 Fixes in developer install instructions and scripts
Per Josh Kupershmidt
2012-05-23 15:26:33 +02:00
03df19d7d7 Fix typo. 2011-12-27 18:39:41 +00:00
88d0b6148d Implement single sign-out for community login 2.0
In order to provide a consistent user experience, we must sign the
user out from the main website if the community site provides a logout
button - else that button will appear not to work...
2011-12-27 19:35:51 +01:00
6db6283401 Include a timestamp in the authentication token
This way we can expire a token after e.g. 10 or 30 seconds, making
it impossible to do a replay attack later.
2011-12-22 19:25:32 +01:00
1f78460779 Implement community authentication 2.0
This system relies on http redirects and signing in to the main website
instead of using cross-internet pgsql connections and signing in individually
to each website.
2011-12-22 19:25:32 +01:00
437557acd3 Make our session cookie secure by default, and locked to www.postgresql.org
This increases session security, obviously... It will also break local development
installs, which will have to add the two rows that this patch adds to the
documentation.
2011-12-17 19:40:33 +01:00
f76d9baec2 Update documentation with latest versions and information
Fixes #102
2011-12-11 14:17:06 +01:00
84ba10f1ca Concept of mastersite is no longer used, remove all references 2011-11-27 12:35:02 +01:00
0dbd47b3df A couple of wording fixes suggested by Bruce 2010-06-15 21:11:20 +02:00
1a8251e015 Add a whole bunch of basic documentation. I'm sure there's more to do,
but this is at least a start.
2010-06-14 21:40:15 +02:00
834126800f Add instructions for how to set up a development enviroment, based on
a readme file from Selena
2010-06-14 21:37:06 +02:00