MatrixSynapse/synapse/handlers
Daniel Wagner-Hall 33300673b7 Generate guest access token on 3pid invites
This means that following the same link across multiple sessions or
devices can re-use the same guest account.

Note that this is somewhat of an abuse vector; we can't throw up
captchas on this flow, so this is a way of registering ephemeral
accounts for spam, whose sign-up we don't rate limit.
2016-02-24 14:41:25 +00:00
..
__init__.py
_base.py
account_data.py
admin.py
appservice.py
auth.py
directory.py
events.py
federation.py
identity.py
message.py
presence.py
profile.py
receipts.py
register.py Generate guest access token on 3pid invites 2016-02-24 14:41:25 +00:00
room.py Generate guest access token on 3pid invites 2016-02-24 14:41:25 +00:00
search.py
sync.py
typing.py