[JWE] Added support for `A256GCM` and `A128GCM`
After considering the comments in #251, I've added support for content encryption using AES GCM according to JWE standard. As I've mentioned there, I increased the minimum iOS target to 13.0 because of CryptoKit.
Thanks for this PR, any thoughts on completing it and releasing new lib version?
From my perspective, it's completed. I'm just waiting for a review.
I hope someone will take a look, seems like most of the PR's are not reviewed at all :(. It would be awesome to have this functionality as we are currently integrating Play Services Integrity check (Google version of device check from apple) and need this to decrypt token as it uses A256GCM
Hello 👋🏽 Are any chances this PR will be merged?
After considering the comments in #251, I've added support for content encryption using AES GCM according to JWE standard. As I've mentioned there, I increased the minimum iOS target to 13.0 because of CryptoKit.
Any update on this. Please include AES128GCM and AES256GCM content encryption algorithm. It would be very helpful
Hi, any update on this? It will be very useful to have this PR merged.
Looks like it fails lint tests - @tobihagemann
Fixed linter warning and brought branch up-to-date. But I'm not sure if these factors were actually blockers for a review. 😅
Is there anything we can do to help get this PR merged in?