24 Commits

Author SHA1 Message Date
ae
7646df76df
fix: add missing get handler for the current user 2025-04-02 22:13:01 +03:00
ae
15c4666ace
feat: includeUser URL parameter for login handler 2025-04-02 13:18:30 +03:00
ae
b393f1a47c
test: user login, rt cookies, & note versioning 2025-04-02 12:44:59 +03:00
ae
700f2e4090
fix: clear the rt cookie on logout 2025-04-02 12:43:32 +03:00
ae
998176c3f9
feat: rt as httponly cookie & add login handler 2025-04-01 22:54:39 +03:00
ae
5de5c8c285
style: replace type interface{} with any 2025-04-01 18:50:46 +03:00
ae
18e650c898
test: note middleware & rest handler unit tests 2025-04-01 18:50:00 +03:00
ae
a32bdef092
feat: notectx middleware 2025-04-01 18:48:32 +03:00
ae
10bcdf88c7
feat: note rest handlers 2025-04-01 18:48:00 +03:00
ae
91daec42de
feat: basic init & startup 2025-04-01 12:59:05 +03:00
ae
b1e98fcf80
fix: route rt reqs through same middleware as at reqs 2025-04-01 12:58:19 +03:00
ae
9324bb5321
style: consistent testcase name formatting 2025-04-01 12:20:31 +03:00
ae
993b576d0d
test: middleware unit tests 2025-04-01 12:20:00 +03:00
ae
c5a56c8479
fix: compare claims subject (user ID) instead of token's ID 2025-04-01 12:19:25 +03:00
ae
2b65bf70d8
fix: mark random string gen as test helper func 2025-04-01 12:18:28 +03:00
ae
3257b19313
feat: modular api handlers for users/tokens (auth) incl. unit tests 2025-03-31 23:32:39 +03:00
ae
41d1336f58
refactor: rename db module to data for clarity 2025-03-31 13:33:27 +03:00
ae
9ba182d925
fix: adjust schemas/queries, switch types pg -> go 2025-03-30 19:44:15 +03:00
ae
66fde0a700
feat: rewrite db actions using raw schemas and queries (sqlc) 2025-03-28 01:52:56 +02:00
ae
6569a399e3
feat: initial db layer (gorm models + handlers) 2025-03-27 15:18:16 +02:00
ae
de72ea53e1
chore: ignore .env 2025-03-27 15:12:15 +02:00
ae
e0bdf32bfd
feat: logger + env basic init 2025-03-26 13:57:32 +02:00
ae
ac169851d3
build: scaffolding for ui and server 2025-03-24 23:02:26 +02:00
ae
26e5de9240 Initial commit 2025-03-23 22:40:50 +01:00