summaryrefslogtreecommitdiff
path: root/internal/api/security/tokencheck.go
AgeCommit message (Collapse)AuthorFiles
2021-11-27Require confirmed email when checking oauth token (#332)Libravatar tobi1
* move token checker to security package * update tests with new security package * add oauth token checking to security package * check if user email confirmed when parsing token