MatrixSynapse/synapse/config
Erik Johnston 590fbbef03 Add config to create guest account on 3pid invite
Currently, when a 3pid invite request is sent to an identity server, it
includes a provisioned guest access token. This allows the link in the,
say, invite email to include the guest access token ensuring that the
same account is used each time the link is clicked.

This flow has a number of flaws, including when using different servers
or servers that have guest access disabled.

For now, we keep this implementation but hide it behind a config option
until a better flow is implemented.
2016-03-14 15:50:40 +00:00
..
__init__.py copyrights 2016-01-07 04:26:29 +00:00
__main__.py Use syntax that works on both py2.7 and py3 2016-03-07 20:13:10 +00:00
_base.py Use syntax that works on both py2.7 and py3 2016-03-07 20:13:10 +00:00
api.py config,handlers/_base: added homeserver config for what state is included in a room invite 2016-03-04 10:43:17 +01:00
appservice.py copyrights 2016-01-07 04:26:29 +00:00
captcha.py copyrights 2016-01-07 04:26:29 +00:00
cas.py copyrights 2016-01-07 04:26:29 +00:00
database.py copyrights 2016-01-07 04:26:29 +00:00
homeserver.py config,handlers/_base: added homeserver config for what state is included in a room invite 2016-03-04 10:43:17 +01:00
key.py Derive macaroon_secret_key from signing key. 2016-02-08 16:35:44 +00:00
logger.py copyrights 2016-01-07 04:26:29 +00:00
metrics.py copyrights 2016-01-07 04:26:29 +00:00
password.py copyrights 2016-01-07 04:26:29 +00:00
ratelimiting.py copyrights 2016-01-07 04:26:29 +00:00
registration.py Add config to create guest account on 3pid invite 2016-03-14 15:50:40 +00:00
repository.py add 800x600 thumbnails to make vector look prettier (and anyone else who likes big thumbnails) 2016-03-02 15:57:54 +00:00
saml2.py Add config option to disable password login 2015-10-22 10:37:04 +01:00
server.py Merge pull request #473 from matrix-org/erikj/ssh_manhole 2016-01-07 14:36:16 +00:00
tls.py copyrights 2016-01-07 04:26:29 +00:00
voip.py copyrights 2016-01-07 04:26:29 +00:00