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 1 month ago
JSON representation

Handling PII and User data

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