mirror of
https://github.com/OMGeeky/yup-oauth2.git
synced 2025-12-26 16:27:25 +01:00
Avoid reading and parsing the private key file on every invocation of token() in favor or reading it once when the ServiceAccountAccess is built. Also avoid unnecessary allocations when signing JWT tokens and renamed sub to subject to avoid any confusion with the std::ops::Sub trait.