https://github.com/itsfoss0/alx-backend-user-data
Handling PII and User data
https://github.com/itsfoss0/alx-backend-user-data
Last synced: about 1 month ago
JSON representation
Handling PII and User data
- Host: GitHub
- URL: https://github.com/itsfoss0/alx-backend-user-data
- Owner: Itsfoss0
- License: mit
- Created: 2023-08-02T10:11:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-12T15:36:08.000Z (almost 2 years ago)
- Last Synced: 2025-05-16T17:14:30.945Z (about 1 month ago)
- Language: Python
- Size: 703 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README


## Backend User Data
Handling Personally Identifiable Information (PII) in backend systems requires a strong focus on data privacy and security to ensure compliance with applicable laws and regulations, protect user data, and prevent unauthorized access. In this track, we will look at ways to ensure the data is secure on the backend side of the application and that no unauthorized party has access to it.## What's inside
[0x00](./0x00-personal_data): Personal Data
[0x01](./0x01-Basic_authentication): Basic HTTP Authentication
[0x02](./0x02-Session_authentication): Session Based HTTP Authentication
[0x03](./0x03-user_authentication_service): Authentication Service