Commit graph

4 commits

Author SHA1 Message Date
ac94faedb0
refactor: unify ID and API key naming conventions
This commit standardizes the naming of identifier and API key fields
across the codebase to use consistent camel case (e.g., `ID`, `APIKey`,
`DatabaseURL`). This includes updates to struct fields, method names,
function parameters, and environment variable references. The changes
improve code clarity and maintainability by reducing ambiguity and
aligning with Go naming conventions. No functional behavior is changed.
2025-10-03 19:47:41 +02:00
9c6e5ff76e
cleanup 2024-09-13 18:55:35 +02:00
abfbe1ff1b
refactor authentication service 2024-09-13 17:32:18 +02:00
b073844772
move auth to service layer 2024-09-12 22:11:01 +02:00