Package - php-lcobucci-jwt
Primary informations
Download package: http://deb.debian.org/debian/pool/main/p/php-lcobucci-jwt/php-lcobucci-jwt_5.5.0-1_all.deb (Size: 19.7KiB)| Property | Value |
|---|---|
| Package | php-lcobucci-jwt |
| Version | 5.5.0-1 |
| Installed-Size | 152 |
| Maintainer | Debian PHP PEAR Maintainers |
| Architecture | all |
| Depends | php-common, php-psr-clock (>= 1.0), php-psr-clock (<< 2~~) |
| Suggests | php-lcobucci-clock (>= 3.2) |
| Description | A simple library to work with JSON Web Token and JSON Web Signature |
| Description-md5 | 3590077215fa3885f7cb852b7df9743c |
| Multi-Arch | foreign |
| Homepage | https://github.com/lcobucci/jwt |
| Section | php |
| Priority | optional |
| Filename | pool/main/p/php-lcobucci-jwt/php-lcobucci-jwt_5.5.0-1_all.deb |
| Size | 20148 |
| MD5sum | e6d2da52cae07d3d2f869b27c3261b67 |
| SHA256 | dfca83c8b1666e2e759501c72cd52f809b406855b72ff261f48160e3b19c542b |
Files in package
- /usr/share/doc/php-lcobucci-jwt/README.md
- /usr/share/doc/php-lcobucci-jwt/changelog.Debian.gz
- /usr/share/doc/php-lcobucci-jwt/copyright
- /usr/share/php/Lcobucci/JWT/Builder.php
- /usr/share/php/Lcobucci/JWT/ClaimsFormatter.php
- /usr/share/php/Lcobucci/JWT/Configuration.php
- /usr/share/php/Lcobucci/JWT/Decoder.php
- /usr/share/php/Lcobucci/JWT/Encoder.php
- /usr/share/php/Lcobucci/JWT/Encoding/CannotDecodeContent.php
- /usr/share/php/Lcobucci/JWT/Encoding/CannotEncodeContent.php
- /usr/share/php/Lcobucci/JWT/Encoding/ChainedFormatter.php
- /usr/share/php/Lcobucci/JWT/Encoding/JoseEncoder.php
- /usr/share/php/Lcobucci/JWT/Encoding/MicrosecondBasedDateConversion.php
- /usr/share/php/Lcobucci/JWT/Encoding/UnifyAudience.php
- /usr/share/php/Lcobucci/JWT/Encoding/UnixTimestampDates.php
- /usr/share/php/Lcobucci/JWT/Exception.php
- /usr/share/php/Lcobucci/JWT/JwtFacade.php
- /usr/share/php/Lcobucci/JWT/Parser.php
- /usr/share/php/Lcobucci/JWT/Signer.php
- /usr/share/php/Lcobucci/JWT/Signer/Blake2b.php
- /usr/share/php/Lcobucci/JWT/Signer/CannotSignPayload.php
- /usr/share/php/Lcobucci/JWT/Signer/Ecdsa.php
- /usr/share/php/Lcobucci/JWT/Signer/Ecdsa/ConversionFailed.php
- /usr/share/php/Lcobucci/JWT/Signer/Ecdsa/MultibyteStringConverter.php
- /usr/share/php/Lcobucci/JWT/Signer/Ecdsa/Sha256.php
- /usr/share/php/Lcobucci/JWT/Signer/Ecdsa/Sha384.php
- /usr/share/php/Lcobucci/JWT/Signer/Ecdsa/Sha512.php
- /usr/share/php/Lcobucci/JWT/Signer/Ecdsa/SignatureConverter.php
- /usr/share/php/Lcobucci/JWT/Signer/Eddsa.php
- /usr/share/php/Lcobucci/JWT/Signer/Hmac.php
- /usr/share/php/Lcobucci/JWT/Signer/Hmac/Sha256.php
- /usr/share/php/Lcobucci/JWT/Signer/Hmac/Sha384.php
- /usr/share/php/Lcobucci/JWT/Signer/Hmac/Sha512.php
- /usr/share/php/Lcobucci/JWT/Signer/InvalidKeyProvided.php
- /usr/share/php/Lcobucci/JWT/Signer/Key.php
- /usr/share/php/Lcobucci/JWT/Signer/Key/FileCouldNotBeRead.php
- /usr/share/php/Lcobucci/JWT/Signer/Key/InMemory.php
- /usr/share/php/Lcobucci/JWT/Signer/OpenSSL.php
- /usr/share/php/Lcobucci/JWT/Signer/Rsa.php
- /usr/share/php/Lcobucci/JWT/Signer/Rsa/Sha256.php
- /usr/share/php/Lcobucci/JWT/Signer/Rsa/Sha384.php
- /usr/share/php/Lcobucci/JWT/Signer/Rsa/Sha512.php
- /usr/share/php/Lcobucci/JWT/SodiumBase64Polyfill.php
- /usr/share/php/Lcobucci/JWT/Token.php
- /usr/share/php/Lcobucci/JWT/Token/Builder.php
- /usr/share/php/Lcobucci/JWT/Token/DataSet.php
- /usr/share/php/Lcobucci/JWT/Token/InvalidTokenStructure.php
- /usr/share/php/Lcobucci/JWT/Token/Parser.php
- /usr/share/php/Lcobucci/JWT/Token/Plain.php
- /usr/share/php/Lcobucci/JWT/Token/RegisteredClaimGiven.php
- /usr/share/php/Lcobucci/JWT/Token/RegisteredClaims.php
- /usr/share/php/Lcobucci/JWT/Token/Signature.php
- /usr/share/php/Lcobucci/JWT/Token/UnsupportedHeaderFound.php
- /usr/share/php/Lcobucci/JWT/UnencryptedToken.php
- /usr/share/php/Lcobucci/JWT/Validation/Constraint.php
- /usr/share/php/Lcobucci/JWT/Validation/Constraint/CannotValidateARegisteredClaim.php
- /usr/share/php/Lcobucci/JWT/Validation/Constraint/HasClaim.php
- /usr/share/php/Lcobucci/JWT/Validation/Constraint/HasClaimWithValue.php
- /usr/share/php/Lcobucci/JWT/Validation/Constraint/IdentifiedBy.php
- /usr/share/php/Lcobucci/JWT/Validation/Constraint/IssuedBy.php
- /usr/share/php/Lcobucci/JWT/Validation/Constraint/LeewayCannotBeNegative.php
- /usr/share/php/Lcobucci/JWT/Validation/Constraint/LooseValidAt.php
- /usr/share/php/Lcobucci/JWT/Validation/Constraint/PermittedFor.php
- /usr/share/php/Lcobucci/JWT/Validation/Constraint/RelatedTo.php
- /usr/share/php/Lcobucci/JWT/Validation/Constraint/SignedWith.php
- /usr/share/php/Lcobucci/JWT/Validation/Constraint/SignedWithOneInSet.php
- /usr/share/php/Lcobucci/JWT/Validation/Constraint/SignedWithUntilDate.php
- /usr/share/php/Lcobucci/JWT/Validation/Constraint/StrictValidAt.php
- /usr/share/php/Lcobucci/JWT/Validation/ConstraintViolation.php
- /usr/share/php/Lcobucci/JWT/Validation/NoConstraintsGiven.php
- /usr/share/php/Lcobucci/JWT/Validation/RequiredConstraintsViolated.php
- /usr/share/php/Lcobucci/JWT/Validation/SignedWith.php
- /usr/share/php/Lcobucci/JWT/Validation/ValidAt.php
- /usr/share/php/Lcobucci/JWT/Validation/Validator.php
- /usr/share/php/Lcobucci/JWT/Validator.php
- /usr/share/php/Lcobucci/JWT/autoload.php
- /usr/share/pkg-php-tools/autoloaders/php-lcobucci-jwt