redmine-net-api icon indicating copy to clipboard operation
redmine-net-api copied to clipboard

Basic HTTP auth and API key auth pattern

Open k-oshiro0322 opened this issue 6 years ago • 2 comments

I tried about #237 .

The update pattern NameValueCollection requires many changes. So I added the ability to pass two credentials in the constructor.

k-oshiro0322 avatar Nov 08 '19 22:11 k-oshiro0322

Maybe I miss something, but why is necessary to use both authentication types in the same time?

zapadi avatar Nov 22 '19 10:11 zapadi

We received the following request from the client. 1.Basic authentication by Apache. 2.Granting user rights to update Redmine. 3.No login required when browsing.

For these reasons, I thought I needed to do Apache Basic authentication and Redmine API key authentication.

k-oshiro0322 avatar Dec 12 '19 05:12 k-oshiro0322