forked from MirrorHub/synapse
8c97f6414c
The `expire_access_token` didn't do what it sounded like it should do. What it actually did was make Synapse enforce the 'time' caveat on macaroons used as access tokens, but since our access token macaroons never contained such a caveat, it was always a no-op. (The code to add 'time' caveats was removed back in v0.18.5, in #1656) |
||
---|---|---|
.. | ||
admin_api | ||
privacy_policy_templates/en | ||
sphinx | ||
.sample_config_header.yaml | ||
ACME.md | ||
ancient_architecture_notes.rst | ||
application_services.rst | ||
architecture.rst | ||
CAPTCHA_SETUP.rst | ||
code_style.rst | ||
consent_tracking.md | ||
federate.md | ||
log_contexts.rst | ||
manhole.md | ||
media_repository.rst | ||
metrics-howto.rst | ||
MSC1711_certificates_FAQ.md | ||
opentracing.rst | ||
password_auth_providers.rst | ||
postgres.rst | ||
README.rst | ||
replication.rst | ||
reverse_proxy.rst | ||
sample_config.yaml | ||
server_notices.md | ||
tcp_replication.rst | ||
turn-howto.rst | ||
url_previews.md | ||
user_directory.md | ||
workers.rst |
All matrix-generic documentation now lives in its own project at github.com/matrix-org/matrix-doc.git Only Synapse implementation-specific documentation lives here now (together with some older stuff will be shortly migrated over to matrix-doc)