nodeSolidServer/jose

Support ES256 (feature request)

Closed this issue · 2 comments

This algorithm is necessary to authenticate with Community Solid Server account to Node Solid Server, which uses this library and therefore fails at that task

It seems that this library already includes placeholders for the algorithm:
https://github.com/nodeSolidServer/jose/blob/main/src/algorithms/index.js#L58
https://github.com/nodeSolidServer/jose/blob/main/src/algorithms/index.js#L113

...they just need to be filled ❤️

Yeah, that should be really easy to add

Can you propose a PR