app.yaml: Set api_version "go1".
[kraftakt.git] / app / user.go
2018-02-02 Florian ForsterPackages app and gfit: Unify HTTP retries with retry...
2018-01-31 Florian ForsterPackage app: Improve error message.
2018-01-30 Florian ForsterReplace CSRF token with tokens based on the user's ID.
2018-01-30 Florian ForsterPackage app: Load the ID with the rest of the user...
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.