8000 Tags · yahoo/TDOAuth · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: yahoo/TDOAuth

Tags

1.6.3

Toggle 1.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #45 from WinnieLYT/winnie-lyt/tdoauth

Fix dropping collection values in GET calls

1.6.2

Toggle 1.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #44 from WinnieLYT/winnie-lyt/tdoauth

TDOAuth.swift refinement

1.6.1

Toggle 1.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #43 from Eli-Liebman/el/patch

Fix dropped non-string parameters types

1.6.0

Toggle 1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #42 from stury/objc_to_swift_conversion

Objc to swift conversion

1.5.0

Toggle 1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #39 from yahoo/dbgrandi-patch-1

Update CHANGELOG for SPM in 1.5.0 release

1.4.3

Toggle 1.4.3's commit message

Verified

This tag was signed with the committer’s verified signature.
Fix escaped characters spec compliance

1.4.2

Toggle 1.4.2's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
CHANGELOG & Prep Release

1.4.1

Toggle 1.4.1's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
CHANGELOG

1.4.0

Toggle 1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Pure Swift Version (#33)

* Initial commit

* Swift 4 basic skeleton

* Full swift impl (crashes on tests)

* Fully working pure Swift version

* Remove Quick and Nimble

* objc-compat

* Fixed a test failure for path encoding

* Add an example

* Simplify the example project a bit

* Fixed issue where oauth parameters were generated once for signing and once for the headers, which could lead to nonce and timestamp mismatch. Hidden by unit tests using static values.

* Swift 4.2 and iOS >12 support

* Unlock Swift 4.2 and 5 in Podspec

* Fix warnings on deprecated string metho in iOS 9.3+

* Update travis

Prune after rebase

Fixing up travis more

Change example back to iOS 10.3

Trying ios 9.3 again... travis

Travis.

* Fix indentation

* License 2 legacy source files seperately

* Rename LICENSE

* Add test harnesses for tvos, macos, watchos

* Remove Carthage

* Clean up pod lib lint

* Fix travis

* Switched secrets tuple for struct

* Copyright notices

* Fixed scheme naming conflict between test app and cocoapods

1.3.0

Toggle 1.3.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
Fix build error on OSX <10.10

0