1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00
authelia/internal/middlewares
James Elliott 4ebd8fdf4e
feat(oidc): provide cors config including options handlers ()
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
..
asset_override.go feat(web): i18n asset overrides () 2022-04-04 12:15:26 +10:00
authelia_context_test.go fix(web): show appropriate default and available methods () 2022-03-28 12:26:30 +11:00
authelia_context.go fix(web): show appropriate default and available methods () 2022-03-28 12:26:30 +11:00
const.go feat(oidc): provide cors config including options handlers () 2022-04-07 10:58:51 +10:00
cors_test.go feat(oidc): provide cors config including options handlers () 2022-04-07 10:58:51 +10:00
cors.go feat(oidc): provide cors config including options handlers () 2022-04-07 10:58:51 +10:00
errors.go fix: oidc issuer path and strip path middleware () 2021-08-10 10:31:08 +10:00
http_to_authelia_handler_adaptor.go refactor(handlers): lower case error messages () 2021-09-17 15:53:40 +10:00
identity_verification_test.go refactor(model): rename from models () 2022-03-06 16:47:40 +11:00
identity_verification.go feat(notification): password reset notification custom templates () 2022-04-03 22:24:51 +10:00
log_request_test.go [CI] Add wsl linter () 2020-05-05 21:35:32 +02:00
log_request.go Display correct RemoteIP in logs. 2019-12-11 19:01:16 +01:00
password_policy_test.go refactor: misc password policy refactoring () 2022-04-03 10:48:26 +10:00
password_policy.go refactor: misc password policy refactoring () 2022-04-03 10:48:26 +10:00
require_first_factor.go fix: include major in go.mod module directive () 2021-08-11 11:16:46 +10:00
strip_path.go fix(server): use of inconsistent methods for determining origin () 2022-02-07 00:37:28 +11:00
timing_attack_delay_test.go fix(middlewares): smart delay on reset password () 2022-01-21 10:46:13 +11:00
timing_attack_delay.go fix(middlewares): smart delay on reset password () 2022-01-21 10:46:13 +11:00
types.go refactor: misc password policy refactoring () 2022-04-03 10:48:26 +10:00