From 4c7cb8a7083b4a47482a274365ddcef5eb8752ad Mon Sep 17 00:00:00 2001 From: hashworks Date: Sun, 8 May 2016 20:39:21 +0200 Subject: [PATCH] Clear #todo's --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index f58b80d..f74dfa5 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,4 @@ fmt.Scanln(&verificationCode) err := xrel.PerformOAuth2UserAuthentication(verificationCode) ok(err) -``` - -## TODO -* Add token-only authentication -* Implement tests for oAuth2 authentication -* Implement tests for methods that require oAuth2 authentication \ No newline at end of file +``` \ No newline at end of file