Kitura / Swift-JWT

JSON Web Tokens in Swift
Apache License 2.0
560 stars 110 forks source link

Add support for EdDSA #115

Open kbolino opened 1 year ago

kbolino commented 1 year ago

Please add support for the EdDSA signature algorithm. Its use with JWT is specified by RFC 8037 and it would be useful for cases where one already has e.g. an Ed25519 key on hand.

artooro commented 4 months ago

Does this project still have an active maintainer? Nothing has been merged yet in 2024 I wonder if someone were to contribute EdDSA support if it would even get accepted.