Skip to content

Commit

Permalink
Merge pull request #72 from thomasvl/auth_updates
Browse files Browse the repository at this point in the history
Switch reference from gtm-oauth2 to GTMAppAuth
  • Loading branch information
thomasvl authored Dec 13, 2016
2 parents 90e200a + b071933 commit 9987278
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Features include:
- Automatic retry on errors, with exponential backoff
- Support for generating multipart MIME upload streams
- Easy, convenient logging of http requests and responses
- Supports plug-in authentication such as with gtm-oauth2
- Supports plug-in authentication such as with GTMAppAuth
- Easily testable; self-mocking
- Automatic rate limiting when created by the `GTMSessionFetcherService` factory class
- Fully independent of other projects
2 changes: 1 addition & 1 deletion Source/GTMSessionFetcher.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
// than delegate methods.
// - Out-of-process uploads and downloads using NSURLSession, including
// management of fetches after relaunch.
// - Integration with GTMOAuth2 for invisible management and refresh of
// - Integration with GTMAppAuth for invisible management and refresh of
// authorization tokens.
// - Pretty-printed http logging.
// - Cookies handling that does not interfere with or get interfered with
Expand Down

0 comments on commit 9987278

Please sign in to comment.