mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2025-06-11 02:43:20 +02:00
dependency updates, fix changed method name, add base64
This commit is contained in:
@ -363,7 +363,7 @@ impl Authentication for FabFire {
|
||||
let data = data.get(..16).ok_or(FabFireError::ParseError)?;
|
||||
let authid = uuid::Uuid::from_slice(data)
|
||||
.unwrap()
|
||||
.to_hyphenated()
|
||||
.hyphenated()
|
||||
.encode_lower(&mut Uuid::encode_buffer())
|
||||
.to_string();
|
||||
let prov = ThisProvider::<AuthId>::with(&authid);
|
||||
|
Reference in New Issue
Block a user