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
- Host: GitHub
- URL: https://github.com/mariot/auth
- Owner: mariot
- License: gpl-3.0
- Created: 2024-02-11T23:12:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-20T20:44:45.000Z (about 1 year ago)
- Last Synced: 2025-01-30T03:15:00.744Z (4 months ago)
- Language: Python
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
}
```