hail/jwt

JWT builder/parser

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

This package is auto-updated.

Last update: 2024-04-25 18:42:58 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.