Update register api, add testing for the register api, remove token api as this is now in register and add the database schema.

This commit is contained in:
Paul Dill 2017-01-31 15:15:46 +00:00
parent 74ccca28e2
commit fc8b74fe13
9 changed files with 603 additions and 42 deletions

View file

@ -2,3 +2,6 @@ requires 'Mojolicious::Lite';
requires 'Data::UUID';
requires 'Devel::Dwarn';
requires 'Mojo::JSON';
requires 'Email::Valid';
requires 'ORM::Date';
requires 'Authen::Passphrase::BlowfishCrypt';