-
Notifications
You must be signed in to change notification settings - Fork 9
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
Refactor: remove jwcrypto #624
Conversation
@thekaveman I saw your comment on cal-itp/eligibility-api#31. This PR will definitely change due to that, so please ignore its current state! Thanks 🙏 |
the API expects to accept the public/private keys as in raw data form, either as a string or a bytes-like object.
7e0f6c7
to
8cec392
Compare
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.
This is looking a lot better!
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.
Rebuilt both containers, ran all pytests, all passed ✅
Closes #617
Reviewing this PR
eligibility-api
package is installed by either:client
image and the devcontainerpip install -r requirements.txt
(runpip uninstall eligibility-api
first if you previously installed it and want to re-install it)tests/pytest/eligibility/test_views.py
to see that eligibility verification still works