learn hapi — Refresh Tokens With JWT Authentication
Authenticating users with JSON web tokens is a convenient strategy. The tokens are self-contained and may include all required information. The server side verifies a token, either trusts its digital signature and proceeds the request handling or declines processing. Two previous tutorials walk you through the process of generating JSON …
Continue Reading