authelia/internal/server
James Elliott 4ebd8fdf4e
feat(oidc): provide cors config including options handlers (#3005)
This adjusts the CORS headers appropriately for OpenID Connect. This includes responding to OPTIONS requests appropriately. Currently this is only configured to operate when the Origin scheme is HTTPS; but can easily be expanded in the future to include additional Origins.
2022-04-07 10:58:51 +10:00
..
locales feat(web): i18n asset overrides (#3040) 2022-04-04 12:15:26 +10:00
public_html feat: go:embed static assets (#1733) 2021-02-22 10:07:06 +11:00
asset.go feat(web): i18n asset overrides (#3040) 2022-04-04 12:15:26 +10:00
const.go feat(oidc): provide cors config including options handlers (#3005) 2022-04-07 10:58:51 +10:00
handlers.go feat(oidc): provide cors config including options handlers (#3005) 2022-04-07 10:58:51 +10:00
server.go feat(oidc): provide cors config including options handlers (#3005) 2022-04-07 10:58:51 +10:00
server_test.go build(deps): update module github.com/valyala/fasthttp to v1.35.0 (#3120) 2022-04-06 07:57:23 +10:00
template.go feat(oidc): provide cors config including options handlers (#3005) 2022-04-07 10:58:51 +10:00