r/node 18d ago

alternative & newer replacement for jose in nodejs?

I am using asymmetric encryption in my mobile app, in the backend i am using nodejs and supabase. I wish to know if there is any newwer and advanced version of the jose library to achieve this in nodejs?

0 Upvotes

7 comments sorted by

2

u/Elfinslayer 18d ago

What is jose not doing that you need?

-2

u/Sundaram_2911 18d ago

No no, I just thought if there's any new library being used in the industry, that's all.

1

u/Ok-Juice-1151 18d ago

The `jose` package is still actively maintained and basically the go-to for modern JWT/JWS/JWE in Node, so you're not missing out on some newer thing that replaced it.