From 01cd0e1590f6e5adbbd46ff2adf74066ee13ac07 Mon Sep 17 00:00:00 2001 From: Leon Hoppe Date: Thu, 21 Nov 2024 16:56:45 +0100 Subject: [PATCH] Renamed Authentication to Authorization --- docs/{Authentication.md => Authorization.md} | 0 docs/README.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/{Authentication.md => Authorization.md} (100%) diff --git a/docs/Authentication.md b/docs/Authorization.md similarity index 100% rename from docs/Authentication.md rename to docs/Authorization.md diff --git a/docs/README.md b/docs/README.md index 98a41ca..595d23d 100644 --- a/docs/README.md +++ b/docs/README.md @@ -3,7 +3,7 @@ - [x] In code documentation - [x] Installation - [x] Database usage -- [x] Authentication usage +- [x] Authorization usage - [ ] LogicResult usage - [ ] Repositories usage - [ ] AuthService usage