0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-06 14:40:18 -05:00
forgejo/routers/common
KN4CK3R 591f586bf1
Extract auth middleware from service (#27028)
Related #27027

Extract the router logic from `services/auth/middleware.go` into
`routers/web` <-> `routers/common` <-> `routers/api`.
2023-09-12 08:15:16 +02:00
..
auth.go Extract auth middleware from service (#27028) 2023-09-12 08:15:16 +02:00
db.go
errpage.go Start using template context function (#26254) 2023-08-08 01:22:47 +00:00
errpage_test.go
markup.go
middleware.go
middleware_test.go
redirect.go
serve.go