auth

Paddy 2015-07-18 Parent:73e12d5a1124

179:7bba108d2d9a Go to Latest

auth/sql/postgres_empty.sql

Send events when logins are verified. Add an ActionLoginVerified constant to use as the action when a login has been verified. On second thought, this should probably just be "verified", huh? Then we can reuse it across models. Oops. We also added a call to send a login verified event to NSQ when the login is verified.

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;