Custom Authentication
Sasha
maximal at maximals.ru
Fri May 29 12:24:00 UTC 2015
Hello, guys.
Iâm trying to write my own authentication for mercurial.
It need to check credentials in external program.
Thatâs why I need to get user credentials in extension code.
I took `textauth.py` (HTTP basic authentication for Mercurial) as a start point, but seems like `auth = req.env.get('HTTP_AUTHORIZATION')` is not working.
https://bitbucket.org/hstuart/hg-textauth/src/2454556925aed248235a6ddda66a7bd53b6e512d/textauth.py?at=default#cl-85
`auth = req.env.get('HTTP_AUTHORIZATION')` is always `None`.
This header is empty.
When I try to clone repository, I get user/password prompt, but I donât know where to get them inside of extension, because `req.env` object doesnât contain anything like base64-encoded credentials.
I can do authentication on Apache2/nginx side, of course, but I think itâs better to be done in Mercurial plugin.
I spend a couple of days investigating it, but didât find any workaround.
Please, could you help me in this question?
Thanks in advance.
--Â
Sasha  |  maximal at maximals.ru |  www.maximals.ru
More information about the Mercurial
mailing list