Skip to content

Releases: vapor/jwt

I heard you like protocols

12 Oct 16:56
Compare
Choose a tag to compare

This release features a redesigned API that allows customizing many aspects of the creation of tokens using protocols for signing, encoding, and data storage.
Also included is a playground with examples on how to use VaporJWT.

APNS Compatibility

06 Oct 06:24
Compare
Choose a tag to compare
  • added base64URL encoding option (for Apple Push Notification Service compatibility)
  • use correct algorithm for P-256

Actually useable (?)

04 Oct 18:15
Compare
Choose a tag to compare
Actually useable (?) Pre-release
Pre-release
  • Fixes import and exposes API publicly
  • Allow specifying fully custom header

Sneak preview

04 Oct 10:24
Compare
Choose a tag to compare
Sneak preview Pre-release
Pre-release

First release. It does not yet support verifying the payload nor does it support all encryption methods but hopefully it is useful to someone :)