auth

Paddy 2015-05-12 Parent:73e12d5a1124

167:0ff23f3a4ede Go to Latest

auth/sql/postgres_empty.sql

Implement an endpoint for token information. Implement an endpoint that allows us to look up information on a token. We strip the refresh token before the response is sent to avoid leaking the response token.

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