nxtbgthng / OAuth2Client

Client library for OAuth2 (currently built against draft 10 of the OAuth2 spec)
855 stars 217 forks source link

add headerFields dict property to NXOAuth2Request #175

Closed judev closed 9 years ago

judev commented 9 years ago

So we can add custom HTTP headers per request.

sirnacnud commented 9 years ago

Any chance this can get merged in or we have some official support for setting header fields? It seems like many people need this support, as someone else added similar functionality #132.

toto commented 9 years ago

Looks good. If you fix the one complaint we can absolutely merge this.

judev commented 9 years ago

Cool, have updated to use asserts

sirnacnud commented 9 years ago

Thanks for the fast response!

toto commented 9 years ago

Sure :-) I will look into pushing a new version to Cocoapods next week.