Blackbook.Registration

Summary

Functions

Registers a user, creating a log, auth-token login and a bcrypt hashed password

Functions

submit_application(creds)

Registers a user, creating a log, auth-token login and a bcrypt hashed password.

Examples

{:ok, user} = Blackbook.Regstration.submit_application [email: 'test@test.com', password: 'password', confirm: 'password']