Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Secure Flask User Authentication API

This project implements a secure Flask-based API for user authentication, featuring registration and login functionality with robust security measures.

Features

  • User registration with password complexity requirements
  • Secure login system with protection against brute-force attacks
  • CSRF protection
  • Rate limiting to prevent abuse
  • HTTPS enforcement
  • Secure session handling
  • SQL injection prevention through SQLAlchemy ORM

Requirements

  • Python 3.7+
  • Flask
  • Flask-SQLAlchemy
  • Flask-WTF
  • Flask-Limiter
  • Flask-Talisman
  • Werkzeug

Installation

  1. Clone this repository:

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages