Commit Graph

8 Commits

Author SHA1 Message Date
d7f4006698 feat: add link creation and lookup
All checks were successful
Build and push Docker image / build (push) Successful in 2m50s
Release new version / release (push) Successful in 26s
Update changelog / changelog (push) Successful in 25s
finally has the bare minimum functionality to say that it works!
2026-01-03 10:51:59 +01:00
c19a098b1c feat: add sample endpoint to test JWT 2026-01-03 04:37:20 +01:00
4bf39c7fdf chore: offload retrieval of environment variables from jwt.ts to env.ts 2026-01-02 22:57:03 +01:00
f86630c51e feat: add link generation support (short/sentence links) + wordlist
All checks were successful
Update changelog / changelog (push) Successful in 26s
2026-01-02 17:50:52 +01:00
f0ca4e897c fix: fix CORS import
All checks were successful
Update changelog / changelog (push) Successful in 25s
2025-12-30 18:44:31 +01:00
6ad9c6fd61 feat: add CORS support with user-sourced trusted origins from .env
All checks were successful
Update changelog / changelog (push) Successful in 24s
2025-12-30 17:41:35 +01:00
7abf5bad09 fix: global key retrieval not converting snake_case to UPPER_SNAKE_CASE
All checks were successful
Update changelog / changelog (push) Successful in 25s
2025-12-30 17:00:05 +01:00
41f3b0f0f2 feat: major code refactor, add login and register endpoints with swagger
All checks were successful
Update changelog / changelog (push) Successful in 27s
2025-12-29 18:26:50 +01:00