(core) create AccountServiceAuthentication backend

Backend authentication with API Key to AccountService
This commit is contained in:
Sabrina Demagny
2025-03-31 14:17:47 +02:00
parent f60bfc2676
commit 855e20d407
4 changed files with 114 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ and this project adheres to
### Added
- ✨(core) create AccountServiceAuthentication backend #771
- ✨(core) create AccountService model #771
- 🧱(helm) disable createsuperuser job by setting #863
- 🔒️(passwords) add validators for production #850