index
:
pyoidc-ozwillo.git
master
Fork of pyoidc lib adapted to Ozwillo platform
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
http basic authentication while retreiving the jwt
HEAD
master
Serghei MIHAI
2015-02-18
4
-15/+25
*
store the JWT token in current object if available
Serghei MIHAI
2015-02-10
1
-0/+3
*
basic HTTP authentication used to request the server
Serghei MIHAI
2015-02-10
1
-1/+2
*
storing retreived access_token in current client object
Serghei MIHAI
2015-02-10
1
-1/+1
*
using directly requests to retreive user information
Serghei MIHAI
2015-02-10
1
-1/+2
*
Fixed test errors.
Roland Hedberg
2015-01-10
1
-17/+16
*
Merge branch 'master' of github.com:rohe/pyoidc
Roland Hedberg
2015-01-10
1
-1/+1
|
\
|
*
Merge pull request #55 from nesiax/patch-1
Roland Hedberg
2014-12-29
1
-1/+1
|
|
\
|
|
*
Update setup.py
Nestor Diaz
2014-12-29
1
-1/+1
|
|
/
*
|
Make sure I have the necessary keys available.
Roland Hedberg
2015-01-10
5
-54/+495
*
|
Exception needs message string.
Roland Hedberg
2015-01-10
1
-1/+1
*
|
Make all exceptions thrown by pyoidc code have a common ancestor.
Roland Hedberg
2015-01-10
2
-13/+34
|
/
*
Make all exceptions thrown by pyoidc code have a common ancestor.
Roland Hedberg
2014-12-28
11
-55/+137
*
Allow starting a server with less then possible capabilities.
Roland Hedberg
2014-12-28
1
-0/+8
*
More error info
Roland Hedberg
2014-12-28
4
-14/+7
*
Only one OP per Client instance.
Roland Hedberg
2014-12-17
3
-41/+21
*
Fixed RP3 errors
Roland Hedberg
2014-12-16
4
-88/+62
*
Split config.py.example into two files onevery simple and one slightly more c...
Roland Hedberg
2014-12-16
2
-0/+77
*
Hopefully more informative text.
Roland Hedberg
2014-12-16
1
-0/+3
*
Better to used store_registration_info.
Roland Hedberg
2014-12-16
1
-1/+1
*
Bring in LDAP
Roland Hedberg
2014-12-16
1
-2/+3
*
Bring in LDAP
Roland Hedberg
2014-12-16
2
-2/+2
*
Fixed test error
Roland Hedberg
2014-12-16
1
-3/+5
*
For some reason these changes didn't make it through.
Roland Hedberg
2014-12-16
1
-3/+9
*
When the authorization request is faulty in some way return a error response....
Roland Hedberg
2014-12-16
2
-5/+22
*
Merge branch 'maennel-ci_testing'
Roland Hedberg
2014-12-16
59
-5027/+14939
|
\
|
*
Minor changes
Roland Hedberg
2014-12-16
4
-4/+7
|
*
Removed unnecessary imports.
Roland Hedberg
2014-12-16
5
-60/+57
|
*
Merge branch 'ci_testing' of https://github.com/maennel/pyoidc into maennel-c...
Roland Hedberg
2014-12-15
59
-5016/+14928
|
|
\
|
/
/
|
*
Adapted some other tests to compare unordered sets instead of ordered strings
Manuel Jeckelmann
2014-11-24
1
-14/+36
|
*
Adapted tests to focus on content rather than on sort order
Manuel Jeckelmann
2014-11-24
16
-99/+171
|
*
Merge remote-tracking branch 'rohe/master' into ci_testing
Manuel Jeckelmann
2014-11-24
21
-182/+359
|
|
\
|
*
|
Bump for lauunching tests
Manuel Jeckelmann
2014-11-24
1
-1/+1
|
*
|
Added TravisCI badge
Manuel Jeckelmann
2014-11-23
1
-2/+4
|
*
|
Added travis dependencies and tox config
Manuel Jeckelmann
2014-11-23
4
-3/+40
|
*
|
Merge remote-tracking branch 'rohe/master' into ci_testing
Manuel Jeckelmann
2014-11-23
27
-414/+385
|
|
\
\
|
*
|
|
Another PEP8 iteration
Manuel Jeckelmann
2014-11-07
19
-39/+43
|
*
|
|
Merge remote-tracking branch 'rohe/master' into maennel_master
Manuel Jeckelmann
2014-11-07
7
-19/+95
|
|
\
\
\
|
*
|
|
|
Refactored according to PEP8 and optimized imports
Manuel Jeckelmann
2014-11-07
47
-4943/+14735
*
|
|
|
|
Allow extra claims to be added to the idtoken by Rebecka Gulliksson.
Roland Hedberg
2014-12-15
3
-5/+29
*
|
|
|
|
Added a test for signed userinfo
Roland Hedberg
2014-12-15
2
-19/+79
*
|
|
|
|
Use the newly added method.
Roland Hedberg
2014-12-15
1
-1/+1
*
|
|
|
|
Added a new method which allows me to find a issuer given an endpoint and the...
Roland Hedberg
2014-12-15
3
-6/+42
*
|
|
|
|
Updated documentation.
Roland Hedberg
2014-12-15
2
-15/+23
*
|
|
|
|
Fixed document such that it builds.
Roland Hedberg
2014-12-13
1
-15/+15
*
|
|
|
|
Use the OP key when verifying signature on a received JWT.
Roland Hedberg
2014-12-13
1
-2/+5
*
|
|
|
|
Updated RP documentation.
Roland Hedberg
2014-12-13
1
-37/+102
*
|
|
|
|
Merge pull request #53 from teh/master
Roland Hedberg
2014-12-12
2
-4/+13
|
\
\
\
\
\
|
*
|
|
|
|
Remove unnecessary dependencies.
Tom Hunger
2014-12-12
1
-4/+12
|
*
|
|
|
|
Set encoding of message.py to utf8.
Tom Hunger
2014-12-12
1
-0/+1
|
/
/
/
/
/
[next]