From 422fd6c677ed1d89444271f487f4aef1c8522bb4 Mon Sep 17 00:00:00 2001 From: Leon Hoppe Date: Sat, 21 Dec 2024 14:08:47 +0100 Subject: [PATCH] Added authentication documentation to table of contents --- docs/readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/readme.md b/docs/readme.md index 289a64c..0fc3ff0 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -7,6 +7,7 @@ The HopFrame comes in two variations, you can eiter only use the backend with so - [Database](./database.md) - [Repositories](./repositories.md) - [Base Models](./models.md) +- [Authentication](./authentication.md) ## HopFrame Web API