Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itsfoss0/alx-backend-user-data
Handling PII and User data
https://github.com/itsfoss0/alx-backend-user-data
Last synced: about 7 hours 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-12T15:36:08.000Z (about 1 year ago)
- Last Synced: 2024-05-01T16:39:32.349Z (6 months 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
![img](https://assets.imaginablefutures.com/media/images/ALX_Logo.max-200x150.png)
![my-dataaaaa](https://media0.giphy.com/media/G1ifnX4d5tYFACktp9/200w.webp?cid=ecf05e473xp1amtn0qt0ws0l0suq2sh9lm28whpiw3xxfmb1&ep=v1_gifs_search&rid=200w.webp&ct=g)
## 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