jwt

Simple JWT implementation for PHP.

MIT License

Downloads
66
Stars
1
Committers
1

Bot releases are hidden (Show)

jwt - v2.1.1 Latest Release

Published by marvin255 4 months ago

What's Changed

Full Changelog: https://github.com/marvin255/jwt/compare/v2.1.0...v2.1.1

jwt - Additionals factories and libs update

Published by marvin255 about 1 year ago

  • Update libs and run linters
  • Update infection to v0.27
  • Remove infection exceptions
  • Update phpUnit to v10
  • Fix constructors
  • Add JwtSecretFactory
  • Add JwtSignerFactory
jwt - Add more info to Algorithm enum

Published by marvin255 almost 2 years ago

  • Add type and implementation for Algorithm enum.
jwt - Use new features from php 8

Published by marvin255 almost 2 years ago

  • Add Optional as param value.
  • Add enums for param names.
  • Add final and readonly modifiers.
  • Add infection testing.
jwt - PHP 8.1

Published by marvin255 over 2 years ago

  • Added support for PHP 8.1.
  • Fixed code types after psalm update.
jwt - cs-fixer update

Published by marvin255 about 3 years ago

  • cs-fixer is updated.
jwt - Remove internal from ParamSet

Published by marvin255 over 3 years ago

  • Remove internal parameter from ParamSet that broke psalm checking.
jwt - Stable version

Published by marvin255 over 3 years ago

  • Add lib infrastructure.
  • Add token encoder.
  • Add token decoder.
  • Add token builder.
  • Add token signers.
  • Add token object.
jwt - Small signer fixes

Published by marvin255 over 3 years ago

  • Add algorithms enum.
  • Other small fixes.
jwt - Setters for registered claims

Published by marvin255 over 3 years ago

  • Add setters for registered claims to builder.
jwt - Alpha version for testing

Published by marvin255 over 3 years ago

  • Add lib infrastructure.
  • Add token encoder.
  • Add token decoder.
  • Add token builder.
  • Add token signers.
  • Add token object.