mirror of
https://github.com/restic/rest-server.git
synced 2025-10-19 07:33:21 +00:00
Add changelog for cached basic auth
This commit is contained in:
parent
274f29fee8
commit
65fd8be3f8
1 changed files with 9 additions and 0 deletions
9
changelog/unreleased/issue-133
Normal file
9
changelog/unreleased/issue-133
Normal file
|
@ -0,0 +1,9 @@
|
|||
Enhancement: Cache basic auth credentials
|
||||
|
||||
To speed up the verification of basic auth credentials, rest-server now caches
|
||||
passwords for a minute in memory. That way the expensive verification of basic
|
||||
auth credentials can be skipped for most requests issued by a single restic
|
||||
run. The password is kept in memory in a hashed form and not as plaintext.
|
||||
|
||||
https://github.com/restic/rest-server/issues/133
|
||||
https://github.com/restic/rest-server/pull/138
|
Loading…
Add table
Add a link
Reference in a new issue