Steven Maguire

Results 29 comments of Steven Maguire

I am not sure. Have you tried? You can set a custom domain when configuring the client (https://github.com/stevenmaguire/oauth2-salesforce#authorization-code-flow). If the authorization paths are different than the ones configured in this...

Thanks for the contribution. Can you please make sure the tests are updated to support this case?

This package, and specifically the class in question is 8 years old! A lot has changed since then. I would be happy to review and accept a pull request that...

Truthfully, the library hasn't been touched in a while so I am not sure off-hand. Would you be able to test things out and see how compatible it is? I...

I am leaning towards updating this package to support the entire array of OAuth 2 patterns available by Microsoft (login.live.com, graph.microsoft.com, login.microsoftonline.com); I don't think it will be difficult to...

Thanks for your patience on this. Unfortunately for this project, I have been investing my OSS time elsewhere lately. I did begin this process in the Spring and it is...

Thanks for the PR! What is the use case for this functionality? Have you found this functionality is required to authorize and receive an access token? Have you found this...

The 'getCurrent...' methods may truly be an oversight. The second set of methods you mentioned are implemented from two different traits included in the Trello client class. The ApiMethodsTrait is...

@vicenteribes thanks for this. If this is a verifiable change (and maintains support for non-O365 microsoft accounts like hotmail/live accounts assuming they are still supported), I am happy to accept...