An open API service indexing awesome lists of open source software.

https://github.com/mariot/auth

Auth service for Babble microservice
https://github.com/mariot/auth

Last synced: about 2 months ago
JSON representation

Auth service for Babble microservice

Awesome Lists containing this project

README

        

# Auth

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

## API

### Create User

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