feat(auth): Auth with jwt support
Summary:
Add support for jwt auth and protecting fields and types from public access with that
Issue Reference(s):
Fixes #418
Build & Testing:
- [ ] I ran
cargo testsuccessfully. - [ ] I have run
./lint.sh --mode=fixto fix all linting issues raised by./lint.sh --mode=check.
Checklist:
- [ ] I have added relevant unit & integration tests.
- [ ] I have updated the documentation website accordingly.
- [ ] I have performed a self-review of my own code.
Codecov Report
Attention: 33 lines in your changes are missing coverage. Please review.
Comparison is base (
9b01f93) 88.74% compared to head (6ca25bc) 89.07%.
Additional details and impacted files
@@ Coverage Diff @@
## main #807 +/- ##
==========================================
+ Coverage 88.74% 89.07% +0.32%
==========================================
Files 93 106 +13
Lines 9573 10161 +588
==========================================
+ Hits 8496 9051 +555
- Misses 1077 1110 +33
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Action required: PR inactive for 2 days. Status update or closure in 5 days.
Action required: PR inactive for 2 days. Status update or closure in 5 days.
Can you resolve the conflicts
Can you resolve the conflicts
done