Package app: Implement User.DeleteToken() and User.String()
[kraftakt.git] / app / user.go
2018-01-30 Florian ForsterPackage app: Implement User.DeleteToken() and User...
2018-01-22 Florian ForsterPackage app: Check all fields of the OAuth token for...
2018-01-22 Florian ForsterPackage app: Add mutex to persistingTokenSource.
2018-01-11 Florian ForsterPackage app: Wrap oauth2.TokenSource to ensure datastor...
2018-01-10 Florian ForsterPackage app: Add email address to User object.
2018-01-10 Florian ForsterMove more logic into the "fitbit" and (new) "app" packages.