MatrixSynapse/docs
Richard van der Hoff 8c97f6414c
Remove non-functional 'expire_access_token' setting (#5782)
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)
2019-07-30 08:25:02 +01:00
..
admin_api
privacy_policy_templates/en
sphinx
.sample_config_header.yaml
ACME.md
CAPTCHA_SETUP.rst
MSC1711_certificates_FAQ.md
README.rst
ancient_architecture_notes.rst
application_services.rst
architecture.rst
code_style.rst Update the coding style doc (#5719) 2019-07-19 11:55:14 +01:00
consent_tracking.md
federate.md
log_contexts.rst Replace returnValue with return (#5736) 2019-07-23 23:00:55 +10:00
manhole.md
media_repository.rst
metrics-howto.rst Support Prometheus_client 0.4.0+ (#5636) 2019-07-18 23:57:15 +10:00
opentracing.rst Opentracing Documentation (#5703) 2019-07-22 11:15:21 +01:00
password_auth_providers.rst
postgres.rst Improve `Depends` specs in debian package. (#5675) 2019-07-17 17:47:07 +01:00
replication.rst
reverse_proxy.rst Update reverse_proxy.rst (#5397) 2019-07-12 11:46:18 +01:00
sample_config.yaml Remove non-functional 'expire_access_token' setting (#5782) 2019-07-30 08:25:02 +01:00
server_notices.md
tcp_replication.rst
turn-howto.rst
url_previews.md
user_directory.md
workers.rst

README.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)