Utils
The module exposes several internal server utilities that are accessible through the #auth_utils module:
sendEmail- Enables the sending of email messages.handleError- Facilitates the creation and throwing ofh3errors, or redirects with theerrorparameter passed as a query.hashSync, compareSync- Provides functions for hashing and verifying strings using thebcrypt-edgepackage.encode, decode- Offers functionality for signing and verifying JSON Web Tokens (JWT) using thejosepackage.
