You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an app that reads / writes RS256 JWTs. What I'm noticing is when my app is compiled in 'Release' mode, it fails to decode JWTs. The error thrown is JWTError.failedVerification. But if I run the same app in Debug mode it's fine.
This used to work fine pre macOS 15.
Did something change?
The text was updated successfully, but these errors were encountered:
Thanks all identifying the issue and submitting a bug fix. Swift-JWT 4.0.2 and BlueRSA 1.0.202 are pushed to SPM, hopefully addressing this issue. Please try it out and update here with the status.
Hopefully SPM works for you as I can't really maintain cocoapods anymore.
I have an app that reads / writes RS256 JWTs. What I'm noticing is when my app is compiled in 'Release' mode, it fails to decode JWTs. The error thrown is
JWTError.failedVerification
. But if I run the same app in Debug mode it's fine.This used to work fine pre macOS 15.
Did something change?
The text was updated successfully, but these errors were encountered: