This library implements creating and encrypting JSON web token.
Link to create: [docs.rs](https://docs.rs/jsonwebtoken/latest/jsonwebtoken/).
Apple docs and spec: [link](https://developer.apple.com/documentation/usernotifications/establishing-a-token-based-connection-to-apns#Create-and-encrypt-your-JSON-token).
Depends on D12606