Spaces:
Sleeping
Sleeping
File size: 831 Bytes
e35abc2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | ---
title: user-management-service
emoji: π€
colorFrom: purple
colorTo: indigo
sdk: docker
pinned: false
---
# User Management Service
A FastAPI-based user management service for the BookMyService platform. This service handles user authentication, profile management, and favorite merchants functionality.
## Features
- π User authentication with JWT tokens
- π± OTP-based login system
- π€ User profile management
- β Favorite merchants management
- π Social authentication (Google OAuth)
- π§ Email validation
- π‘οΈ Security middleware
## API Documentation
Once deployed, access the interactive API documentation at:
- Swagger UI: `/docs`
- ReDoc: `/redoc`
## Configuration Reference
Check out the Hugging Face Spaces configuration reference at https://huggingface.co/docs/hub/spaces-config-reference |