matrix-org / gomatrixserverlib

Go library for matrix federation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove tokens package

kegsay opened this issue · comments

GMSL is for federation only.

Usages:

History:

  • This package was added in 2019.
  • Intended to be used as macaroons (which are no longer used in Synapse)
  • Allows verification of tokens without DB hits.
  • In practice we do DB hits and string compare.