You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be handy if it could support the optional "realm" parameter for OAuth 1.0, see the spec section 5.4.1. point 4: https://oauth.net/core/1.0a/#rfc.section.5.4.1. The parameter is required by some web services, e.g. the NetSuite REST API.
A solution might be to add a new optional realm attribute to the Web::API class and include it in the OAuth options if it has been supplied.
Is it something you would consider adding? or failing that, would you be willing to accept a pull request?
The text was updated successfully, but these errors were encountered:
Although, it seems even with the realm parameter added to Web::API, later Net::OAuth does not make use of it, so there may be additional work needed there.
I totally accept PRs feel free to make one and sorry for the huge delay in responding! I don't have time to add this feature myself, but I will happily audit and merge a PR.
Web::API is great, thanks for your efforts 🙏
It would be handy if it could support the optional "realm" parameter for OAuth 1.0, see the spec section 5.4.1. point 4: https://oauth.net/core/1.0a/#rfc.section.5.4.1. The parameter is required by some web services, e.g. the NetSuite REST API.
A solution might be to add a new optional
realm
attribute to the Web::API class and include it in the OAuth options if it has been supplied.Is it something you would consider adding? or failing that, would you be willing to accept a pull request?
The text was updated successfully, but these errors were encountered: