auth

Paddy 2015-05-11 Parent:73e12d5a1124

165:04c8edf89e3b Go to Latest

auth/sql/postgres_empty.sql

Support CORS. Add support for the OPTIONS method on certain endpoints. Automatically add headers (and respond to) OPTIONS requests. Note that these headers are full of deceit and mendacity, and we should switch to trout soon so we can actually be honest about what methods we support.

History
1 TRUNCATE profiles;
2 TRUNCATE logins;
3 TRUNCATE clients;
4 TRUNCATE endpoints;
5 TRUNCATE scopes;
6 TRUNCATE sessions;
7 TRUNCATE tokens;
8 TRUNCATE authorization_codes;