about summary refs log tree commit diff
path: root/monzo_ynab/auth.go
AgeCommit message (Collapse)AuthorFilesLines
2020-02-10 Move authorization logic into separate packageWilliam Carroll1-0/+101
Relocated the logic for authorizing clients into a separate package that the tokens server now depends on. Moving this helped me separate concerns. I removed a few top-level variables and tried to write more pure versions of the authorization functions to avoid leaking Monzo-specific details.