Implement simple user registration. A user must have a `name`, an `email`, a `password`, a `token`, and an `ID`. This might be simple CRUD handlers. Outside scope : permission, role, ...
Implement simple user registration.
A user must have a
name, anemail, apassword, atoken, and anID.This might be simple CRUD handlers.
Outside scope : permission, role, ...