-
Notifications
You must be signed in to change notification settings - Fork 5
Support Multiple Authentication Methods #2
Copy link
Copy link
Open
Labels
Description
Add support for the following:
None
Basic - http://en.wikipedia.org/wiki/Basic_access_authentication#Client_side
Digest - http://en.wikipedia.org/wiki/Digest_access_authentication
oAuth1 - http://tools.ietf.org/html/rfc5849
oAuth2 - http://tools.ietf.org/html/draft-ietf-oauth-v2-31
It looks like BASIC and DIGEST authentication uses HttpHeaders. OAuth1 and OAuth2 use query string parameters.
Helpful article on OAuth
http://www.cubrid.org/blog/dev-platform/dancing-with-oauth-understanding-how-authorization-works/
Reactions are currently unavailable