daviddesmet / paseto-dotnet

🔑 Paseto.NET, a Paseto (Platform-Agnostic Security Tokens) implementation for .NET
MIT License
101 stars 8 forks source link

feat: allow DateTimeOffset to date claims #136

Closed grosch closed 2 months ago

grosch commented 2 months ago

Adds the ability to pass a DateTimeOffset to the date related claims. Closes #135

codecov-commenter commented 2 months ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 58.82353% with 14 lines in your changes missing coverage. Please review.

Project coverage is 90.22%. Comparing base (a9672cc) to head (c802d3f). Report is 2 commits behind head on master.

Files Patch % Lines
src/Paseto/Builder/PasetoBuilderExtensions.cs 50.00% 7 Missing :warning:
src/Paseto/Validators/DateValidator.cs 65.00% 7 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #136 +/- ## ========================================== - Coverage 90.31% 90.22% -0.09% ========================================== Files 104 104 Lines 5099 5105 +6 Branches 329 330 +1 ========================================== + Hits 4605 4606 +1 - Misses 494 499 +5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.