Skip to content

Commit 3d62686

Browse files
committed
Add MIT License and update README with license badge
1 parent 0bd0793 commit 3d62686

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2025
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[![Code style: ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
77
[![Tests passing](https://img.shields.io/badge/Tests-passing-brightgreen.svg)](#running-tests)
88
[![Coverage: 100%](https://img.shields.io/badge/Coverage-100%25-brightgreen.svg)](https://codecov.io/gh/nim444/fastapi-auth-multi-db) <!-- Assuming Codecov is setup -->
9+
![MIT License](https://img.shields.io/badge/License-MIT-green.svg)
910

1011
A robust FastAPI application demonstrating user registration, JWT authentication (including refresh tokens), and a flexible repository pattern supporting SQLite, PostgreSQL, and MongoDB backends.
1112

@@ -18,7 +19,6 @@ This project serves as a template or starting point for building secure and scal
1819
* **Modern Tooling:** Utilizes `uv` for dependency management, `Dynaconf` for configuration, and `ruff` for linting/formatting.
1920
* **Testability:** Designed with dependency injection and includes a comprehensive test suite using `pytest`.
2021

21-
2222
## User Interface
2323

2424
Below is a preview of the application's interface:
@@ -37,7 +37,6 @@ Below is a preview of the application's interface:
3737
* Comprehensive test suite with `pytest` (including coverage).
3838
* Health check endpoint (`/health`).
3939

40-
4140
## Architecture Diagram
4241

4342
Below is an overview of the application's architecture:

0 commit comments

Comments
 (0)