-
- Downloads
Merge pull request #604 from matrix-org/daniel/guestaccesstoken
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.
Showing
- synapse/handlers/register.py 15 additions, 0 deletionssynapse/handlers/register.py
- synapse/handlers/room.py 8 additions, 0 deletionssynapse/handlers/room.py
- synapse/storage/registration.py 44 additions, 0 deletionssynapse/storage/registration.py
- synapse/storage/schema/delta/30/threepid_guest_access_tokens.sql 24 additions, 0 deletions.../storage/schema/delta/30/threepid_guest_access_tokens.sql
Loading
Please register or sign in to comment