1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-09 04:22:45 +03:00

Display IP address on sessions

This commit is contained in:
Kerry Archibald
2023-09-21 10:05:18 +02:00
committed by Quentin Gliech
parent 0896757a63
commit 127bf91b54
9 changed files with 109 additions and 12 deletions

View File

@@ -122,7 +122,7 @@ export default defineConfig((env) => ({
proxy: {
// Routes mostly extracted from crates/router/src/endpoints.rs
"^/(|graphql.*|assets.*|\\.well-known.*|oauth2.*|login.*|logout.*|register.*|reauth.*|add-email.*|verify-email.*|change-password.*|consent.*|_matrix.*|complete-compat-sso.*)$":
"http://127.0.0.1:8080",
"https://auth-oidc.lab.element.dev",
},
},