WIP: restructure, debug PEM support.

This commit is contained in:
jdb
2021-12-25 17:50:04 -06:00
parent 73189ebf15
commit 6df1ffa547
21 changed files with 291 additions and 91 deletions
+10
View File
@@ -0,0 +1,10 @@
@yglukhov After thinking, I decided to take the time to implement the entire
JWT standard (RFCs 7515-7520). This ended up being a pretty big architectural
change.
The result of my effort currently lives here:
https://git.jdb-software.com/jdb/nim-jwt
I'd love to get feedback on the implementation and thoughts on how this fits
into the Nim ecosystem: does it make sense to have parallel implementations,
naming, etc. For broader discussion I opened a thread on the Nim forums: