Commit Graph

6 Commits

Author SHA1 Message Date
934b69b11b chore: add API documentation to swagger 2025-07-15 20:08:23 +02:00
1da5e47b88 fix: revert passing password hash for jwt generation
builder in Program.cs is not aware of it, so [Authorize] decorator can't
be provided data necessary to validate requests which contain JWT with
password
2025-07-15 18:00:20 +02:00
d0fc4e5ef2 feat: offload jwt generation to guhf, move auth code to new controller 2025-07-15 11:19:59 +02:00
b6dc1ce2cd feat: jwt token example 2025-07-15 10:22:53 +02:00
5e2e70b415 feat: basic database model 2025-07-14 12:26:27 +02:00
e87c653fae chore: commit files from an ASP.NET template 2025-07-09 04:18:18 +02:00