webauthn_rp

WebAuthn Level 3 RP library.
git clone https://git.philomathiclife.com/repos/webauthn_rp
Log | Files | Refs | README

DateCommit messageAuthorFiles+-
2025-03-30 04:15generalize authentication further based on userZack Newman14+518-342
2025-03-25 00:25more userhandle impls, more decode impls, better relaxed deserialization integrationZack Newman20+5190-2989
2025-03-21 23:25fixed bug in u128::decode_from_bufferZack Newman4+656-3
2025-03-11 19:14fix bug that allows any array to be converted to a UserHandleZack Newman3+35-7
2025-03-09 04:08do not elide lifetimes for ClientState::optionsZack Newman3+26-22
2025-02-20 21:14rust 2024Zack Newman3+60-33
2025-02-12 03:32add array-based UserHandleZack Newman5+147-11
2025-01-30 17:38bound base64 length calcs by isize::maxZack Newman4+61-24
2025-01-30 06:58prevent panics from encoding::decode_mutZack Newman13+190-158
2025-01-26 00:54optimize all-ascii json string parsingZack Newman2+31-3
2025-01-13 01:43use nonzero::new unwrap for constsZack Newman2+13-15
2025-01-09 18:06suppress source order lintZack Newman4+7-6
2024-12-17 00:22optimized challenge methods for ServerState typesZack Newman5+416-31
2024-12-10 18:57add leading 0 check to RsaPubKey::decode_bufferZack Newman3+42-4
2024-12-07 17:14level 3 apiZack Newman35+33015-37
2023-12-29 18:52initZack Newman6+263-0