shiori/internal/http
Felipe Martin 514df1e8ab
fix: auth validation on existing sessions, rely on token only (#1069)
* chore: use http.NoBody

* fix: remove cookie token on logout

* fix: remove token cookie on middleware and redirect

* fix: frontend sets cookie token if authenticated

* refactor: remove session-id, rely on token only

* docs: make swagger

* fix: redirect

* fix: archive route handler

* fix: properly unset cookie
2025-02-28 20:30:07 +01:00
..
handlers fix: auth validation on existing sessions, rely on token only (#1069) 2025-02-28 20:30:07 +01:00
middleware fix: auth validation on existing sessions, rely on token only (#1069) 2025-02-28 20:30:07 +01:00
response refactor: remove gin and use stdlib http server (#1064) 2025-02-26 20:50:48 +01:00
templates refactor: remove gin and use stdlib http server (#1064) 2025-02-26 20:50:48 +01:00
webcontext refactor: remove gin and use stdlib http server (#1064) 2025-02-26 20:50:48 +01:00
http.go refactor: remove gin and use stdlib http server (#1064) 2025-02-26 20:50:48 +01:00
http_test.go refactor: remove gin and use stdlib http server (#1064) 2025-02-26 20:50:48 +01:00
server.go fix: auth validation on existing sessions, rely on token only (#1069) 2025-02-28 20:30:07 +01:00
server_test.go refactor: remove gin and use stdlib http server (#1064) 2025-02-26 20:50:48 +01:00