- 23 May, 2019 1 commit
-
-
Philippe Pepiot authored
This shared secret was used when cubicweb web server was living outside of the data repository and forward requests with pyro. We do not support pyro anymore so this is useless. Just drop all related crypto code and drop the option 'trustedauth-secret-key-file' and drop the dependency on cryptodome/pycrypto. Use a special kwargs "trustedauth_login", our BaseAuthentifier only match with our WebAuthInfoRetriever. As a side effect, this fix test/unittest_trustedauth.py which were broken in python 3 :)
-
- 21 May, 2019 1 commit
-
-
Nsukami Patrick authored
-
- 22 May, 2019 1 commit
-
-
Nsukami Patrick authored
pycrypto is no longer maintainer, see: https://github.com/dlitz/pycrypto/issues/238
-
- 06 Mar, 2019 3 commits
-
-
Nsukami Patrick authored
-
Nsukami Patrick authored
-
Nsukami Patrick authored
-
- 05 Mar, 2019 2 commits
-
-
Philippe Pepiot authored
-
Philippe Pepiot authored
-
- 05 Feb, 2019 7 commits
-
-
Nsukami Patrick authored
-
Nsukami Patrick authored
-
Nsukami Patrick authored
-
Nsukami Patrick authored
-
Nsukami Patrick authored
- fix NameError: name 'unicode' is not defined - fix SyntaxError: invalid syntax
-
Nsukami Patrick authored
- add basic tox.ini file - update call to self.init_authentication()
-
Nsukami Patrick authored
- move cube files to new folder - update MANIFEST.in, setup.py, __pkginfo__.py - replace cube's old style import by new style import
-
- 06 Jan, 2017 1 commit
-
-
David Douard authored
-
- 03 Jul, 2015 3 commits
-
-
David Douard authored
-
David Douard authored
-
David Douard authored
to not import the __pkginfo__ module. Also add missing dep on pycrypto.
-
- 17 Jun, 2015 2 commits
-
-
David Douard authored
-
David Douard authored
-
- 06 Mar, 2015 4 commits
-
-
Rémi Cardona authored
Added tag cubicweb-trustedauth-version-0.3.1, cubicweb-trustedauth-debian-version-0.3.1-1 for changeset 44905ae8add5
-
Rémi Cardona authored
-
Rémi Cardona authored
Use dh_python2 instead of hand-rolling maintainer script
-
Rémi Cardona authored
-
- 31 Mar, 2014 3 commits
-
-
Dimitri Papadopoulos authored
-
Dimitri Papadopoulos authored
It used to refer to the secret key defined in all-in-one.conf as: [MAIN] secret-key="my secret key" Unless I am mistaken, you should now point to an external file that contains the secret key. [TRUSTEDAUTH] trustedauth-secret-key-file="/etc/application/secret-key"
-
Dimitri Papadopoulos authored
-
- 10 Mar, 2014 1 commit
-
-
Dimitri Papadopoulos authored
-
- 13 Feb, 2014 1 commit
-
-
Dimitri Papadopoulos authored
Make it clearer when the x-remote-user header is missing.
-
- 18 Jul, 2013 3 commits
-
-
Nicolas Chauvat authored
-
Nicolas Chauvat authored
-
Nicolas Chauvat authored
-
- 17 Jul, 2013 1 commit
-
-
Nicolas Chauvat authored
-
- 13 Mar, 2013 1 commit
-
-
Nicolas Chauvat authored
-
- 12 Apr, 2012 1 commit
-
-
Sylvain Thénault authored
-
- 14 Feb, 2012 1 commit
-
-
David Douard authored
This is required for unit tests of cubes that uses trustedauth
-
- 03 Feb, 2012 1 commit
-
-
David Douard authored
Use FakeRequest.set_request_header.
-
- 13 Dec, 2011 1 commit
-
-
Sylvain Thénault authored
-
- 21 Jun, 2011 1 commit
-
-
Sylvain Thénault authored
-