Skip to content
ts
import 
JWT
from "jsonwebtoken";
// Only those who have experienced it know // that this function can cause an error. const
result
=
JWT
.
verify
("receive-token", "key");

Released under the MIT License.