Skip to content

Commit 93440d6

Browse files
authored
docs: add badges to README for project status
Added badges for license, linting, testing, and GHCR.
1 parent 1a40ea6 commit 93440d6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Secure Chain Auth
22

3+
[![License](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
4+
[![Lint & Test](https://github.com/securechaindev/securechain-auth/actions/workflows/lint-test.yml/badge.svg)]()
5+
[![GHCR](https://img.shields.io/badge/GHCR-securechain--auth-blue?logo=docker)](https://github.com/orgs/securechaindev/packages/container/package/securechain-auth)
6+
37
A simple user registry backend for Secure Chain tools, built with FastAPI. This service provides user authentication, registration, password management, and token-based security, with support for MongoDB and Neo4j databases.
48

59
## Development requirements
@@ -89,4 +93,4 @@ Pull requests are welcome! For major changes, please open an issue first to disc
8993
## Links
9094
- [Secure Chain Team](mailto:hi@securechain.dev)
9195
- [Secure Chain Organization](https://github.com/securechaindev)
92-
- [Secure Chain Documentation](https://securechaindev.github.io/)
96+
- [Secure Chain Documentation](https://securechaindev.github.io/)

0 commit comments

Comments
 (0)