Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/latentflip/hapi-auth-action-token
https://github.com/latentflip/hapi-auth-action-token
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/latentflip/hapi-auth-action-token
- Owner: latentflip
- Created: 2015-01-31T17:14:42.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-22T08:21:05.000Z (over 9 years ago)
- Last Synced: 2024-10-02T22:47:47.361Z (about 1 month ago)
- Language: JavaScript
- Size: 164 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 requestsWe can use JWTs for these, as they are stateless, and expirable
```js
```