kanidm/kanidm_rlm_python
Firstyear 4bf8ef72d5
250 cookie to auth bearer (#321)
Fixes #250, replacing cookies with auth-bearer tokens. This is done using fernet with randomised keys each startup. The reason for this is that in the future the size of the auth token may exceed cookie limits, so we must be able to understand and process auth bearer. Additionaly, this lets us store the tokens for say the kanidm cli as reqwest today can't persist a cookie jar.
2020-09-18 13:19:57 +10:00
..
test_data Update test docs 2019-11-03 13:51:18 +10:00
cache Attempted to add caching but it failed, improve usage (#162) 2020-01-02 18:54:50 +11:00
config.ini Add python3 support to radius 2020-08-18 11:03:57 +10:00
default Add python3 support to radius 2020-08-18 11:03:57 +10:00
Dockerfile Add python3 support to radius 2020-08-18 11:03:57 +10:00
eap Add FAQ + eap selection 2020-07-17 18:53:47 +10:00
entrypoint.py Attempted to add caching but it failed, improve usage (#162) 2020-01-02 18:54:50 +11:00
inner-tunnel Add python3 support to radius 2020-08-18 11:03:57 +10:00
kanidmradius.py 250 cookie to auth bearer (#321) 2020-09-18 13:19:57 +10:00
mod-python3 Add python3 support to radius 2020-08-18 11:03:57 +10:00