Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JWT, JWK and JWA separation. #174

Open
3 tasks done
lolgear opened this issue Dec 5, 2017 · 0 comments
Open
3 tasks done

JWT, JWK and JWA separation. #174

lolgear opened this issue Dec 5, 2017 · 0 comments

Comments

@lolgear
Copy link
Collaborator

lolgear commented Dec 5, 2017

New Issue Checklist

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant