Mhdeusi commited on
Commit
1e6fdb3
Β·
verified Β·
1 Parent(s): 573fa3f

Create structure/aut.txt

Browse files
Files changed (1) hide show
  1. structure/aut.txt +11 -0
structure/aut.txt ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ β”œβ”€β”€ auth/
2
+ β”‚ β”œβ”€β”€ authentication.py
3
+ β”‚ β”œβ”€β”€ authorization.py
4
+ β”‚ └── user_management.py
5
+ β”œβ”€β”€ database/
6
+ β”‚ β”œβ”€β”€ models.py
7
+ β”‚ β”œβ”€β”€ migrations/
8
+ β”‚ └── seeders/
9
+ └── middleware/
10
+ β”œβ”€β”€ auth_middleware.py
11
+ └── validation_middleware.py