Migration to TS #27
Replies: 1 comment 2 replies
-
Migrating to TS for the sake of having TS is in my opinion pointless and a waste of time. Typescript has been immensely useful in my For this work to be unblocked what's needed is a pure js implementation of Elliptic curve point multiplication for the P-384 NIST curve. I haven't gotten around to do this without bringing in a ton of dependencies that I just don't want to have a part of the WebAPI build. |
Beta Was this translation helpful? Give feedback.
-
Is there any interest in migrating this library to TS? I know there are existing type definitions in the project and even npm tags this repo as written in TS but as far as I see, all the core logic is written in JS.
I'm personally interested in this project since I like authentication mechanisms a lot and I feel they are very important for secure applications. I'm interested in contributing to this project @panva.
Beta Was this translation helpful? Give feedback.
All reactions