Spaces:
Sleeping
Sleeping
File size: 786 Bytes
fb8eaa4 |
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 |
---
title: Flask Authentication API
emoji: π
colorFrom: blue
colorTo: green
sdk: docker
pinned: false
license: mit
---
# Flask Authentication API π
This is a Flask-based authentication backend hosted on **Hugging Face Spaces** using the Docker SDK.
It provides endpoints for user registration, login, and phone verification.
---
## π Base URL
Once deployed, your API will be available at:
https://vishnumate09-foody_licious_backend.hf.space
## π API Endpoints Overview
### Authentication
- **POST** `/api/auth/register`
- **POST** `/api/auth/sendVerificationCodeForRegistration`
- **POST** `/api/auth/verifyCodeAndRegisterWithPhone`
- **POST** `/api/auth/login`
- **POST** `/api/auth/sendVerificationCodeForLogin`
- **GET** `/api/auth/verifyCodeAndLoginWithPhone` |