-
Notifications
You must be signed in to change notification settings - Fork 110
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
Compatibility updates against latest Auth0.Swift #356
Conversation
This was built against HEAD of master Auth0.Swift, best to release 1.1 of that first and then I can update this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also let's think of a better title for the PR
@@ -676,6 +677,7 @@ | |||
5FEAE2111D1A5716005C0028 /* Frameworks */ = { | |||
isa = PBXGroup; | |||
children = ( | |||
5B15CB241E02CEC100738FFC /* JWTDecode.framework */, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Auth0.swift does not require it anymore so I think we should not do the same in Lock
Readme Updated Add JWTDecode Lib Ensure mocks conform to latest protocols
Updated Tests
Dropped JWT Lib
Remove all references to JWTDecode
fc8fd04
to
1bff53d
Compare
Readme Updated
Add JWTDecode Lib
Ensure mocks conform to latest protocols