Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Allow for 2 seconds clock skew in token validation (#536)
Due to slightly mismatched clocks, tokens from the tokengenerator (or other sources) might create tokens that are not yet valid (when validation `iat` claim) in Dialogporten. We can alleviate this by allowing for 2 seconds of skew.
- Loading branch information