This repository was archived by the owner on Jan 1, 2026. It is now read-only.
Commit 254cf9c
Remove user management endpoints, schemas, and related utilities (#10)
Remove email and order management endpoints, schemas, and related utilities
- Deleted email confirmation endpoint and its associated request schema.
- Removed order management endpoint and its related data.
- Eliminated email-related schemas and utilities, including email sending functions and configuration.
- Cleaned up user-related schemas for login and registration.
- Removed email confirmation HTML template.
- Deleted utility functions for security, string manipulation, and hashing.
- Cleared out related test cases for authentication, email, and utility functions.
Co-authored-by: Vianpyro <vianney@veremme.org>1 parent d42fcde commit 254cf9c
26 files changed
Lines changed: 0 additions & 1842 deletions
File tree
- app
- models
- routes/v1
- endpoints
- schemas
- email
- user
- templates
- utility
- email
- tests
- test_routes/v1
- test_utility
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | 7 | | |
11 | 8 | | |
12 | 9 | | |
13 | 10 | | |
14 | 11 | | |
15 | 12 | | |
16 | | - | |
17 | | - | |
18 | 13 | | |
19 | | - | |
0 commit comments