Skip to content

Tags: vapor/jwt-kit

Tags

5.0.1

Toggle 5.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support Crypto 4.0.0 (#199)

* Support Crypto 4.0.0

* Fix linting error

5.0.0

Toggle 5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Readme update (#201)

* Update README

* Update README

* Update docs url

5.0.0-rc.2

Toggle 5.0.0-rc.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add compatibility for iOS 15 and friends (#181)

* Add compatibility for iOS 15 and friends

* Add iOS CI

* Fix CI

---------

Co-authored-by: Tim <[email protected]>

5.0.0-rc.1

Toggle 5.0.0-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update example code and convert to Snippets (#171)

* update example code and convert to Snippets

* outline more snippets

* outline remaining code from index.md

---------

Co-authored-by: Paul Toffoloni <[email protected]>

5.0.0-beta.4

Toggle 5.0.0-beta.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README with new key addition API (#168)

5.0.0-beta.3

Toggle 5.0.0-beta.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update swift version and readme for beta 3 (#164)

* Update swift version and readme for beta 3

* Update README

4.13.4

Toggle 4.13.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Don't allocate new RSA keys when signing (#161)

4.13.3

Toggle 4.13.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Deinitialise correct pointer (#158)

Update RSA key to deinit correct pointer

5.0.0-beta.2.1

Toggle 5.0.0-beta.2.1's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Add initialisers to vendor identity tokens (#150)

* Add initialisers to vendor identity tokens

* Update `TenantIDClaim` and add vendor token tests

* Update Sources/JWTKit/Claims/TenantIDClaim.swift

Co-authored-by: Gwynne Raskind <[email protected]>

* Update Sources/JWTKit/Claims/TenantIDClaim.swift

Co-authored-by: Gwynne Raskind <[email protected]>

* Update Sources/JWTKit/Claims/TenantIDClaim.swift

Co-authored-by: Gwynne Raskind <[email protected]>

* Update Sources/JWTKit/Claims/TenantIDClaim.swift

Co-authored-by: Gwynne Raskind <[email protected]>

---------

Co-authored-by: Gwynne Raskind <[email protected]>

5.0.0-beta.2

Toggle 5.0.0-beta.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add curve and parameters properties to ECDSAKey protocol (#143)

* add curve and parameters properties to ECDSAKey protocol

* move tests around since tests no longer internal

---------

Co-authored-by: Jaap Wijnen <[email protected]>