/auth

Auth service for Babble microservice

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Auth

Auth service is responsible for user authentication. It provides a RESTful API for user registration.

API

Create User

POST /users/
{
    "username": "myusername"
}