famedly / zitadel-rust-client

GNU Affero General Public License v3.0
0 stars 1 forks source link

feat: Add token validation helper #36

Open mzaniolo opened 5 days ago

mzaniolo commented 5 days ago

Closes: #35

codecov[bot] commented 5 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 13.43%. Comparing base (0795f7d) to head (418dea0).

:white_check_mark: All tests successful. No failed tests found.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #36 +/- ## ========================================== + Coverage 12.23% 13.43% +1.19% ========================================== Files 132 133 +1 Lines 5164 5240 +76 ========================================== + Hits 632 704 +72 - Misses 4532 4536 +4 ``` [see 3 files with indirect coverage changes](https://app.codecov.io/gh/famedly/zitadel-rust-client/pull/36/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=famedly) ------ [Continue to review full report in Codecov by Sentry](https://app.codecov.io/gh/famedly/zitadel-rust-client/pull/36?dropdown=coverage&src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=famedly). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=famedly) > `Δ = absolute (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://app.codecov.io/gh/famedly/zitadel-rust-client/pull/36?dropdown=coverage&src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=famedly). Last update [0795f7d...418dea0](https://app.codecov.io/gh/famedly/zitadel-rust-client/pull/36?dropdown=coverage&src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=famedly). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=famedly).
mzaniolo commented 3 days ago

LGTM, but few small unimportant stylistic suggestions, feel free to discard them

Thanks for the comments, I like your style.