Skip to content

5.1.1 - Correctly conform `JWTError` to `AbortError`

Latest
Compare
Choose a tag to compare
@penny-for-vapor penny-for-vapor released this 16 Nov 03:13
ec5a9d4

What's Changed

Correctly conform JWTError to AbortError by @0xTim in #162

Make sure JWTError now conforms to AbortError so error messages are returned as expected (and as in v4).

Fixes the token used in the tests so the tests now pass and add back the check for expired.

Reviewers

Thanks to the reviewers for their help:

This patch was released by @0xTim

Full Changelog: 5.1.0...5.1.1