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 searched for a similar issue in the project and found none
Issue Info
Info
Value
Platform Name
e.g. ios / osx / tvos / watchos
Platform Version
e.g. 8.0
CocoaLumberjack Version
e.g. 2.3.0
Integration Method
e.g. carthage / cocoapods / manually
Xcode Version
e.g. Xcode 7.3
Repro rate
e.g. all the time (100%) / sometimes x% / only once
Demo project link
e.g. link to a demo project that highlights the issue
Issue Description and Steps
Although JWT implementation is not a rocket science, it has become huge. I would like to separate implementations of key extraction ( JWK ), jWT handling and algorithms implementations ( JWA ).
So, at the end we would have different targets for testing and it will reduce API and elements coupling.
The text was updated successfully, but these errors were encountered:
New Issue Checklist
Issue Info
Issue Description and Steps
Although JWT implementation is not a rocket science, it has become huge. I would like to separate implementations of key extraction ( JWK ), jWT handling and algorithms implementations ( JWA ).
So, at the end we would have different targets for testing and it will reduce API and elements coupling.
The text was updated successfully, but these errors were encountered: