@mxpicture/token
v1.0.21
Published
Auth server 4 connection tokens
Downloads
26
Readme
npm-token
check token against server by using an master token
token types
- Service: is allowed to ...
- connect directly to service
- authenticate other "slave" tokens for a specific service
- Normal:
- authenticates against auth-service (managed by a service token)
- File:
- acts as a service (key)
- only temporary keys are allowed to "retrieve" this file
- Temporary:
- is allowed to "retrieve" a file token
- is only valid up to 30 days
install
npm install @mxpicture/token
import * as token from "@mxpicture/token"
build and publishy
npm run build && npm version patch -no-git-tag-version && npm publish --access public