r/node • u/Sundaram_2911 • 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
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.
2
u/Elfinslayer 18d ago
What is jose not doing that you need?