Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Add Basic Auth capability to ImportJSONViaPost and add Bearer Auth request#218

Open
benblaine wants to merge 1 commit intobradjasper:masterfrom
benblaine:benblaine-patch-1-2
Open

Add Basic Auth capability to ImportJSONViaPost and add Bearer Auth request#218
benblaine wants to merge 1 commit intobradjasper:masterfrom
benblaine:benblaine-patch-1-2

Conversation

@benblaine
Copy link

I added code to ImportJSONViaPost to handle username and password parameters for Basic Auth requests and I added a function ImportJSONBearerAuth to handle bearer auth requests.

I considered creating a new function ImportJSONBasicAuthViaPost which would pass the basic auth params to ImportJSONViaPost but I couldn't get it right so gave up and just put the code inside ImportJSONViaPost.

Thanks to @christales (https://github.com/christales) for help here: #215

Also to help from @idfurw on Stackoverflow here

I added code to `ImportJSONViaPost` to handle username and password parameters for Basic Auth requests and I added a function `ImportJSONBearerAuth` to handle bearer auth requests
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants