1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

Cleanup the session details fragments & load last active IP

This also cleans up the GraphQL scalar types, by making sure we always parse dates correctly
This commit is contained in:
Quentin Gliech
2023-09-21 10:43:52 +02:00
parent 127bf91b54
commit 597482d4d8
28 changed files with 744 additions and 301 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.*)$":
"https://auth-oidc.lab.element.dev",
"http://127.0.0.1:8080",
},
},