docusign / docusign-objc-client

The Official DocuSign Objective-C Client Library used to interact with the eSign REST API. Send, sign, and approve documents using this client.
https://www.docusign.com/devcenter
MIT License
13 stars 14 forks source link

Fixed Threading issue & updated JWT Dependency #22

Open toseefkhilji opened 5 years ago

toseefkhilji commented 5 years ago

Hi @mmallis87 , @LarryKlugerDS

Fixed below issues: DSApiClient configure_jwt_authorization_flow threading issue fixed. #18 JWT Dependency upgraded. #21 No known class method for selector 'keyFromPemFileWithName:' #19 DSApiClient configure_jwt_authorization_flow pem file issue #17

Updated README

mmallis87 commented 5 years ago

@toseefkhilji your PR has higher chance to be merged if it doesn't have breaking changes such as changes in method signatures.

@gsnavin what do you think?

toseefkhilji commented 5 years ago

@mmallis87 , @gsnavin : Did you get chance to review?