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:
parent
74ccca28e2
commit
fc8b74fe13
9 changed files with 603 additions and 42 deletions
3
cpanfile
3
cpanfile
|
@ -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';
|
||||
|
|
Reference in a new issue