Commit Graph

11 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
e2eea51a08 fix: db model fixes and quote mapping 2025-07-15 16:38:37 +02:00
a355c668bd chore: (WIP) group controllers, slightly annotate code 2025-07-15 13:24:39 +02:00
dee143dbc8 Merge branch 'AddQuote' into basic_jwt_auth 2025-07-15 12:39:25 +02:00
f275463a3d feat: add db-based user log-on, invalidate tokens made for old passwords 2025-07-15 12:38:02 +02:00
ae7f0216e2 losowanie cytatow 2025-07-15 12:24:09 +02:00
d0fc4e5ef2 feat: offload jwt generation to guhf, move auth code to new controller 2025-07-15 11:19:59 +02:00
a92f34c725 kontroler - dodawanie cytatow 2025-07-15 10:26:33 +02:00
b6dc1ce2cd feat: jwt token example 2025-07-15 10:22:53 +02:00
e87c653fae chore: commit files from an ASP.NET template 2025-07-09 04:18:18 +02:00