pycontribs / python-crowd

A python client to the Atlassian Crowd REST API. ❗️seeking-new-maintainer
https://github.com/pycontribs/python-crowd
BSD 2-Clause "Simplified" License
45 stars 41 forks source link

Add support for client side SSL certificates #36

Closed njones11 closed 8 years ago

njones11 commented 8 years ago

This enables support for specifying a client side SSL certificate when authenticating against the Crowd server. This is useful for institutions which use two factor authentication with Crowd. This should have no effect for anyone who doesn't use this option.

aelse commented 8 years ago

Thanks