Home
last modified time | relevance | path

Searched defs:encode_jwt (Results 1 – 3 of 3) sorted by relevance

/dports/www/p5-JSON-WebToken/JSON-WebToken-0.10/lib/JSON/
H A DWebToken.pm94 sub encode_jwt { subroutine
/dports/security/p5-Crypt-JWT/Crypt-JWT-0.034/lib/Crypt/
H A DJWT.pm702 sub encode_jwt { subroutine
/dports/security/vaultwarden/vaultwarden-1.23.1/src/
H A Dauth.rs50 pub fn encode_jwt<T: Serialize>(claims: &T) -> String { in encode_jwt() function