dani-garcia / vaultwarden

Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs
GNU Affero General Public License v3.0
39.36k stars 1.91k forks source link

Fix user uuid validation #5175

Closed BlackDex closed 2 weeks ago

BlackDex commented 2 weeks ago

A wrong uuid validation check was done. This PR fixes this.

Fixes #5174

dani-garcia commented 2 weeks ago

I included this in https://github.com/dani-garcia/vaultwarden/pull/5176 while also doing some other authrequest changes.