matrix-org / gomatrix

A Golang Matrix client
Apache License 2.0
285 stars 53 forks source link

Switch from access_token in URL to token in header #84

Closed ptman closed 3 years ago

ptman commented 3 years ago

Avoid access_token in reverse proxy logs. And header seems preferred: https://github.com/matrix-org/matrix-doc/issues/1043

Old PR failed: matrix-org/matrix-spec-proposals#76