hail/jwt

JWT builder/parser

Maintainers

Package info

github.com/hail-framework/jwt

Homepage

pkg:composer/hail/jwt

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-02-25 22:37:16 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.