How to use the paseto.js.Builder function in paseto

To help you get started, we’ve selected a few paseto examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github stefanvanherwijnen / quasar-auth-starter / backend / src / api / helpers / paseto-auth.ts View on Github external
public async getTokenBuilder(): Promise {
    return new Paseto.Builder()
      .setPurpose('local')
      .setKey(await this.getSharedKey())
      .setIssuedAt(new Date())
      .setExpiration(this.getExpireTime())
      .setIssuer(this.getIssuer())
  }

paseto

PASETO for Node.js with no dependencies

MIT
Latest version published 1 year ago

Package Health Score

62 / 100
Full package analysis