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
We currently maintain our own X5cKeyFinder implementation. However, the jwt gem has added a built-in JWT::X5cKeyFinder, which provides the same functionality as part of the core library.
To reduce duplication and maintenance overhead, we should remove our custom implementation and switch to using the official JWT::X5cKeyFinder.