kanidm/kanidm_client/tests
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
..
common.rs 314 improve async (#316) 2020-09-06 08:44:35 +10:00
default_entries.rs 250 cookie to auth bearer (#321) 2020-09-18 13:19:57 +10:00
proto_v1_test.rs 250 cookie to auth bearer (#321) 2020-09-18 13:19:57 +10:00