hail/jwt

JWT builder/parser

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/hail/jwt

v0.8.0 2020-11-24 07:44 UTC

This package is auto-updated.

Last update: 2025-09-25 21:37:46 UTC


README

  • This project was inspired by web-token/jwt-framework and brick\math.
  • It is highly recommended installing the GMP or BCMath extension to speed up calculations for PSS signing.
    • GMP nearly 100x faster than BCMath
    • BCMath nearly 500x faster than native
    • Native just works, but should not be used in production.