Closed AlyssaWang closed 3 months ago
Attention: Patch coverage is 76.50177%
with 266 lines
in your changes missing coverage. Please review.
Project coverage is 79.72%. Comparing base (
55dafb6
) to head (3a55d12
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Ready for rereview. My main remaining question is concerning some values and how to normalize the capitalization:
get
and post
vs GET
and POST
s256
vs S256
es384
and rs384
vs ES384
and RS384
I've capitalized everything for now as I believe that's how they are in some of the non-dev tests but let me know if this should/will change.
Summary
Creates auth info inputs for both auth and access modes.
Testing Guidance
Confirm that inputs work with the AuthInfo test suite. Check new dropdown and single checkbox input options for behavior issues.