jpadilla / pyjwt

JSON Web Token implementation in Python
https://pyjwt.readthedocs.io
MIT License
5.17k stars 690 forks source link

Add EdDSA algorithm encoding/decoding usage #993

Closed peter279k closed 1 month ago

peter279k commented 1 month ago

As title, adding the EdDSA algorithm to encode/decode usage.

peter279k commented 1 month ago

@jpadilla, if possible, could you review the PR? Thanks :).

peter279k commented 1 month ago

@jpadilla, I've resolved PR conflicts, please review this PR at your available time. Thanks!