learn hapi — Roll Your Own Refresh Token Authentication Scheme
We ran into limitations with a third-party library providing the authentication schemes to authenticate requests with a refresh token. The problem: the used package happens to support the needed functionality, it’s not created with the intent to support it. In this tutorial, you’ll replace this package with your …
Continue Reading