work on login flow

This commit is contained in:
2023-07-23 16:04:49 -07:00
parent 13457ec125
commit 7addce60bb
39 changed files with 1499 additions and 175 deletions

View File

@@ -53,11 +53,8 @@
},
"etag": {
"title": "Web Etag Config",
"description": "Controls the generation and validation of `Etag` headers. Each request type can have etags set to `weak`, `strong`, or `none`",
"type": "object",
"properties": {
"static_assets": { "$ref": "#/$defs/etag_type" }
}
"description": "Enables the generation and validation of `Etag` headers",
"type": "boolean"
},
"cache_control": {
"title": "Web Cache-Control Config",