Skip to content

Releases: romaonthego/AFXAuthClient

Bug fixes

02 Jul 19:57
Compare
Choose a tag to compare

Validate the input to RFC3986EscapedStringWithEncoding(), so that it does not return nil. #6

Enhancements

02 Jul 19:59
Compare
Choose a tag to compare

Added NSCoding support to AFXAuthToken.

Bug fixes

02 Jul 20:00
Compare
Choose a tag to compare

Fixed bug where passwords with certain special characters (eg. asterisks) fail
in certain services such as Instapaper. #2

Bug fixes

02 Jul 20:00
Compare
Choose a tag to compare

Strip query after ? in GET requests. #1

Enhancements

02 Jul 20:01
Compare
Choose a tag to compare

Changed AFXAuthToken assignment from readonly to readwrite.

Enhancements

02 Jul 20:01
Compare
Choose a tag to compare

Added support for multi part data requests.

Bug fixes

02 Jul 20:01
Compare
Choose a tag to compare

Fix GET request parameters bug.

Initial release

02 Jul 20:04
Compare
Choose a tag to compare

AFNetworking Extension for XAuth Authentication.