write www-authenticate and delegate to reva

This commit is contained in:
A.Unger
2020-12-01 16:57:36 +01:00
parent d82f485604
commit 348c54f2e7
7 changed files with 67 additions and 23 deletions
+5
View File
@@ -115,6 +115,11 @@ func Frontend(cfg *config.Config) *cli.Command {
"cors": map[string]interface{}{
"allow_credentials": true,
},
"auth": map[string]interface{}{
"credentials_by_user_agent": map[string]string{
"mirall": "basic",
},
},
},
// TODO build services dynamically
"services": map[string]interface{}{