- 19 Sep, 2012 3 commits
-
-
Romain Courteaud authored
-
Vincent Pelletier authored
-
Kazuhiko Shiozaki authored
-
- 18 Sep, 2012 5 commits
-
-
Kazuhiko Shiozaki authored
real security configuration should still remain in sub module (modify 4610f372 a bit).
-
-
-
Kazuhiko Shiozaki authored
fix class tool's dtml files so that it works on Zope-2.12.23 too. also add some assertions to check if it works.
-
Kazuhiko Shiozaki authored
Revert "define __getitem__ instead of _getOb in class tool so that it works on Zope-2.12.23 too." that broke some tests. This reverts commit 8670f40a.
-
- 17 Sep, 2012 26 commits
-
-
Łukasz Nowak authored
Data can be really complex string, which can be bad for tag.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Use volatile cache to store tokens and one key per site.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Token server can be totally different then resource server.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Return token on addition. Use proxied scripts to access whole system in order to allow unprivileged user to manage own tokens. Update roles immediately in order to give unprivileged user access to validated token.
-
Łukasz Nowak authored
By requiring token_validation_method extraction plugin is only responsible for low level implementation.
-
Łukasz Nowak authored
BearerTokenModule_addNewToken allows to add token for Person passed as destination_reference. In case if Person has no key assigned new one is generated. BearerToken_isValid allows to validate token against (possibly) related person object. Base_getHMAC is low level interface to hmac module. In order to made tokens unique use User-Agent and REMOTE_ADDR in token generation body. Thanks to this token will be narrowed to one broswer. In order to avoid reuse token on different servers add Host. Key to generate HMAC are stored on Person object using bearer_token_key property.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Bearer is token used in OAuth 2. This plugin extracts this token from Authorisation header and uses defined portal type query in order to check if token is valid and for which user.
-
- 14 Sep, 2012 4 commits
-
-
Kazuhiko Shiozaki authored
-
Ivan Tyagov authored
Allow to edit Role Information using proper category (forgotten commit from 5272e987).
-
Julien Muchembled authored
-
Ivan Tyagov authored
-
- 13 Sep, 2012 2 commits
-
-
Ivan Tyagov authored
Remove not used proeprty.
-
Gabriel Monnerat authored
-