nerves_hub_user_api v0.4.0 NervesHubUserAPI.User
Manage NervesHub users
Path: /users
Link to this section Summary
Functions
Validate authtication of an existing user
Returns information about the user
Register a new user
Sign a user certificate for an existing user
Link to this section Functions
Link to this function
auth(email, password)
Validate authtication of an existing user.
Verb: POST Path: /users/auth
Returns information about the user.
Verb: GET Path: /users/me
Link to this function
register(username, email, password)
Register a new user.
Verb: POST Path: /users/register