Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/latentflip/hapi-auth-action-token


https://github.com/latentflip/hapi-auth-action-token

Last synced: 30 days ago
JSON representation

Awesome Lists containing this project

README

        

# hapi-action-token-auth

Often in web applications you need to be able to generate secure, unguessable, expirable urls for specific actions.

For example:

* signup invitations
* signup confirmations
* password resets
* accepting friend requests

We can use JWTs for these, as they are stateless, and expirable

```js
```