Firstyear
Firstyear
During upgrade migrations, it can be unclear how some attributes should be handled. Should they be created only if the attribute doesn't already exist? Should it be created only on...
## Proposed Change https://www.w3.org/TR/webauthn-2/#idl-index The issue with this interface is that no where in the IDL do we specify the name of the struct member that holds https://www.w3.org/TR/webauthn-2/#dictdef-authenticationextensionsclientoutputs for an...
This is a lot of work toward us dropping openssl as a cryptography provider. - [ ] cargo test has been run and passes - [ ] documentation has been...
Relates #477 Quick test to show we can parse cred_props. - [x] cargo test has been run and passes - [ ] documentation has been updated with relevant examples (if...
I am using tokio-rustls however when I drop the connection I recieve: `"peer closed connection without sending TLS close_notify: https://docs.rs/rustls/latest/rustls/manual/_03_howto/index.html#unexpected-eof` Reading the tokio-rustls documentation, I can not find how I...
We have had multiple outages caused by the stat table blowing up and consuming all disk space. This should be automatically cleaned instead in some manner.