instructure / paseto

A paseto implementation in rust.
MIT License
151 stars 14 forks source link

version bump + allow not setting iat/nbf/exp in builder #38

Closed Mythra closed 3 years ago

Mythra commented 3 years ago

fixes #37

Motivation (required)

In the refactor adding in the time crate, the token builder silently required that the fields:

Had to all be set in order to be valid. Creating too strict of a validation sequence. It should only validate attributes that are present.

Test Plan (required)