auth

Paddy 2015-04-07 Parent:385ac6294cdc

156:2809016184f6 Go to Latest

auth/.hgtags

Implement postgres version of authCodeStore. Create an authCodeStore that keeps data in Postgres. Again, we run into the problem where Scopes can't be stored in Postgres arrays, as discussed in 762953f6a7f2. I wish we could do better, but for now, it will suffice. We also added the postgres authCodeStore to our slice of authCodeStores to test when the correct environment variables are present. Wrote initialization SQL for the tables required by the postgres authCodeStore. Added SQL to the SQL script that empties our database, to properly empty our new tables.

History
paddy@114 1 e0b3064daf02b3061d7666262518e8164315c149 rewrite_begins