https://github.com/devmarkson/alx-backend-user-data
https://github.com/devmarkson/alx-backend-user-data
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devmarkson/alx-backend-user-data
- Owner: DevMarkson
- Created: 2023-08-08T02:11:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-18T02:11:02.000Z (almost 3 years ago)
- Last Synced: 2024-12-28T19:47:30.285Z (over 1 year ago)
- Language: Python
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ALX Backend Task on User Data
## 0x00-personal_data
This project contains a Python function called `filter_datum`, which obfuscates log messages by replacing certain field values. The function uses regular expressions (`re.sub`) to perform the substitutions with a single regex.
## 0x01-Basic_authentication
This repository contains a simple API with Basic Authentication functionality. The API includes endpoints to manage user data and ensure secure access to resources. Below are the steps to set up and run the API on your local machine.
# User Authentication Service
This repository contains a set of Python scripts to implement a user authentication service using Flask and SQLAlchemy. The service provides functionality for user registration, login, logout, password reset, and profile management.