973a15c55b
feat(deps): migrate from Echo to Chi, update Stripe/Sentry
...
Switch web framework from Echo to Chi, removing Echo-related
dependencies
and adding chi and cors. Update Stripe to v83.1.0 and Sentry to v0.36.2.
Remove unused and indirect dependencies for a cleaner go.mod/go.sum.
2025-11-02 16:17:18 +01: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
aa5dd17d07
move config and constant packages to internal
2024-09-08 21:34:36 +02:00
ba950f3b03
use constants
2024-06-20 18:34:57 +02:00
0db50b2268
add validation to login form
2024-06-08 13:23:43 +02:00
eef6c85fe3
add helper file
2024-06-08 12:27:05 +02:00
24b7cf1251
redirect with htmx
...
format
2024-05-25 19:03:33 +02:00
cc621582f9
read session to login
2024-05-25 16:53:49 +02:00
e1766812c4
session login
2024-05-25 16:38:25 +02:00
37c5c9428e
Login page using templ
2024-05-19 21:29:23 +02:00
8f4f1638a4
add google login
2024-05-19 21:04:05 +02:00
e673acb5c2
can store token after login
2024-05-10 23:01:50 +02:00
aa5ac4dace
add login page design
2024-05-10 13:00:21 +02:00
fee3f660ed
add login page
2024-05-10 12:45:08 +02:00