Flask-Auth Documentation

Welcome to the official documentation for Flask-Auth — a robust authentication and user management solution built with Flask. This guide covers the essential steps to get started, configure the library, and integrate Flask-Auth into your projects effectively.

Table of Contents

Getting Started

To get started with Flask-Auth, follow these steps to clone the repository and install the required dependencies:

1. Clone the repository

git clone https://github.com/its-tujo/Flask-Auth.git

# Or, using SSH:
git clone git@github.com:its-tujo/Flask-Auth.git

2. Install dependencies

pip install -r requirements.txt