element-hq / element-hq/synapse
rename 'token' param on email unsubscribe links
Open
T-Enhancement
z-p2
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 600
- Avg merge
- 5d 22h
- Merged PRs (30d)
- 51
Description
This issue has been migrated from [#5960](https://github.com/matrix-org/synapse/issues/5960).
---
email notifications include a "click to unsubscribe" link, which includes an authentication token. That token *only* lets you unsubscribe, but it is called `access_token`, which is a bit heart-attack-inducing at first glance.
We should rename it to `token` or something.
Contributor guide
Assessment
This issue has not been assessed yet.