An open API service indexing awesome lists of open source software.

https://github.com/devmarkson/alx-backend-user-data


https://github.com/devmarkson/alx-backend-user-data

Last synced: 7 months ago
JSON representation

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.