On the subject of re-writing the same thing over and over again.
For #doauth I need to capture detached signatures[1] in #API.
I made a `:> Capture ` query on #hackagesearch website[2] and after very very brief exploration, an API capturing something called `SessionToken`[3] caught my eye.
Upon inspection it turned out that they have B64 encoding as well, except significantly less deranged than mine.
[1]: https://hackage-search.serokell.io/?q=%3A%3E+Capture+
[2]: https://hackage-search.serokell.io/viewfile/battleplace-0.1.0.10/BattlePlace/WebApi.hs#line-44