https://github.com/mateusz-przybyla/flaskauthtemplate
[in progress] Flask authentication boilerplate with JWT, SQLAlchemy and Redis token storage.
https://github.com/mateusz-przybyla/flaskauthtemplate
docker flask jwt python redis
Last synced: 11 months ago
JSON representation
[in progress] Flask authentication boilerplate with JWT, SQLAlchemy and Redis token storage.
- Host: GitHub
- URL: https://github.com/mateusz-przybyla/flaskauthtemplate
- Owner: mateusz-przybyla
- License: mit
- Created: 2025-08-18T13:58:03.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-19T03:31:56.000Z (11 months ago)
- Last Synced: 2025-08-19T05:34:56.052Z (11 months ago)
- Topics: docker, flask, jwt, python, redis
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FlaskAuthTemplate
Flask authentication boilerplate with JWT, SQLAlchemy and Redis token storage.
---
## Table of Contents
- [Features](#features)
- [Requirements](#requirements)
- [Installation](#installation)
- [Database Schema](#database-schema)
- [Endpoints](#endpoints)
- [XXX](#xxx)
- [YYY](#yyy)
- [ZZZ](#zzz)
- [Validation and Errors](#validation-and-errors)
- [Testing](#testing)
---
## Features
---
## Requirements
---
## Installation
---
## Database Schema
---
## Endpoints
### XXX
### YYY
### ZZZ
---
## Validation and Errors
---
## Testing