index
:
vaultwarden
2024-updates-and-config-endpoint
authrequest_changes
dependabot/cargo/cargo-acb06c3a58
dependabot/cargo/h2-0.3.26
dependabot/cargo/mio-0.8.11
fix-nightly-errors
fix-nightly-errors-part-2
icons_dns
improved-http-client
main
more_authrequest_fixes
register_verify_email
remove_upcase
ssh_keys
test_dylint
update-rust-and-remove-unused-header-values
update_jwt_private_key
yubico-async
Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs
dani-garcia
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
auth.rs
Age
Commit message (
Expand
)
Author
2024-06-16
Update rust and remove unused header values (#4645)
Daniel García
2024-04-27
improve access to collections via groups (#4441)
Stefan Melmuk
2024-04-06
Update crates and some Clippy fixes (#4475)
Mathijs van Veluw
2024-03-23
Update Rust and crates (#4445)
Mathijs van Veluw
2024-03-19
Update chrono and sqlite (#4436)
Mathijs van Veluw
2024-03-17
Improve JWT key initialization and avoid saving public key (#4085)
Daniel García
2023-12-13
Decrease JWT Refresh/Auth token (#4163)
Mathijs van Veluw
2023-08-31
Allow Authorization header for Web Sockets
BlackDex
2023-07-03
Add some extra access checks for attachments and groups
Daniel García
2023-06-13
Merge and modify PR from @Kurnihil
BlackDex
2023-06-13
Add support for Organization token
BlackDex
2023-04-30
Change `String` to `&str` for all Rocket functions
BlackDex
2023-04-23
inline static rsa keys
Tim Vilgot Mikael Fredenberg
2023-03-23
add endpoint to bulk delete collections
Stefan Melmuk
2023-03-11
Merge ClientIp with Headers.
BlackDex
2023-02-20
Apply rewording
Nils Mittler
2023-02-20
Apply Admin Session Lifetime to JWT
Nils Mittler
2023-01-09
Resolve uninlined_format_args clippy warnings
BlackDex
2022-12-15
Fix recover-2fa not working.
BlackDex
2022-12-08
Fix managers and groups link
BlackDex
2022-12-02
Cleanups and Fixes for Emergency Access
BlackDex
2022-11-09
Update Rust version, deps and workflow
BlackDex
2022-11-07
Support Org Export for v2022.11 clients
BlackDex
2022-10-23
Update to diesel2
Daniel García
2022-10-09
make invitation expiration time configurable
Stefan Melmuk
2022-10-09
return more descriptive JWT validation messages
Stefan Melmuk
2022-07-15
Remove read_file and read_file_string and replace them with the std alternatives
Daniel García
2022-03-12
Update login API code
BlackDex
2022-02-27
Upd Dockerfiles, crates. Fixed rust 2018 idioms
BlackDex
2022-02-27
Async/Awaited all db methods
BlackDex
2022-02-27
Update to rocket 0.5 and made code async, missing updating all db calls, that...
Daniel García
2021-11-06
Macro recursion decrease and other optimizations
BlackDex
2021-09-17
Add Emergency contact feature
thelittlefireman
2021-07-04
Added web-vault v2.21.x support + some misc fixes
BlackDex
2021-06-26
Remove unused lifetime and double referencing
Daniel García
2021-06-25
Load RSA keys as pem format directly, and using openssl crate, backported fro...
Daniel García
2021-06-25
Add token with short expiration time to send url
Daniel García
2021-04-06
Modify rustfmt file
Jake Howard
2021-03-31
Run `cargo fmt` on codebase
Jake Howard
2021-03-27
Correctly camelCase acronyms
Jake Howard
2021-03-27
Implement `From` over `Into`
Jake Howard
2021-03-14
Add separate host-only fromrequest handler
Daniel García
2021-01-26
Fix collection access issues for owner/admin users
Jeremy Lin
2020-12-14
Fix Key Rotation during password change
BlackDex
2020-12-02
Adding Manager Role support
BlackDex
2020-07-23
Updated dependencies and changed rocket request imports
Daniel García
2020-07-14
Removed try_trait and some formatting, particularly around imports
Daniel García
2020-03-19
Fixed issue #908
BlackDex
2020-03-19
Fixing issue #908
BlackDex
2020-03-16
Updated jsonwebtoken
BlackDex
[next]