kanidm/kanidmd
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
..
benches Add concurrent structures, and initial attempt at benchmarking (#173) 2020-01-26 19:55:53 +10:00
src 250 cookie to auth bearer (#321) 2020-09-18 13:19:57 +10:00
Cargo.toml 250 cookie to auth bearer (#321) 2020-09-18 13:19:57 +10:00
Dockerfile Build improvements 2020-08-09 10:44:10 +10:00
Dockerfile.scratch Merge docker image github actions into unique 2020-05-07 12:37:14 +10:00
server.toml 259 reduce clones (#319) 2020-09-11 12:39:05 +10:00