Lines Matching refs:https

1 ![Build Status](https://github.com/firebase/php-jwt/actions/workflows/tests.yml/badge.svg)
2 [![Latest Stable Version](https://poser.pugx.org/firebase/php-jwt/v/stable)](https://packagist.org/…
3 [![Total Downloads](https://poser.pugx.org/firebase/php-jwt/downloads)](https://packagist.org/packa…
4 [![License](https://poser.pugx.org/firebase/php-jwt/license)](https://packagist.org/packages/fireba…
8 A simple library to encode and decode JSON Web Tokens (JWT) in PHP, conforming to [RFC 7519](https:…
43 * https://tools.ietf.org/html/draft-ietf-jose-json-web-algorithms-40
198 // this endpoint: https://www.gstatic.com/iap/verify/public_key-jwk
232 …- **Backwards-Compatibility Breaking Changes**: See the [Release Notes](https://github.com/firebas…
241 …See [#117](https://github.com/firebase/php-jwt/pull/117). Thanks [@joostfaassen](https://github.co…
243 …See [#125](https://github.com/firebase/php-jwt/pull/125). Thanks [@akeeman](https://github.com/ake…
245 …See [#162](https://github.com/firebase/php-jwt/pull/162). Thanks [@psignoret](https://github.com/p…
247 …See [#159](https://github.com/firebase/php-jwt/pull/159). Thanks [@bshaffer](https://github.com/bs…
249 …See [#101](https://github.com/firebase/php-jwt/pull/101). Thanks [@hywak](https://github.com/hywak…
251 …See [#110](https://github.com/firebase/php-jwt/pull/110). Thanks [@gbalduzzi](https://github.com/g…
253 …See [#129](https://github.com/firebase/php-jwt/pull/129). Thanks [@stampycode](https://github.com/…
255 …See [#107](https://github.com/firebase/php-jwt/pull/107), [#115](https://github.com/firebase/php-j…
256 …[#160](https://github.com/firebase/php-jwt/pull/160), [#161](https://github.com/firebase/php-jwt/p…
257 …[#165](https://github.com/firebase/php-jwt/pull/165). Thanks [@akeeman](https://github.com/akeeman…
258 [@chinedufn](https://github.com/chinedufn), and [@bshaffer](https://github.com/bshaffer)!
261 …or late static binding. See [#88](https://github.com/firebase/php-jwt/pull/88) for details. Thanks…
262 …prove unit testing. See [#93](https://github.com/firebase/php-jwt/pull/93) for details. Thanks to …
263 …s to exceptions classes. See [#81](https://github.com/firebase/php-jwt/pull/81) for details. Thank…
264 - Fixes to PHPDoc. See [#76](https://github.com/firebase/php-jwt/pull/76) for details. Thanks to [@…
269 [#59](https://github.com/firebase/php-jwt/pull/59) for details. Thanks to
270 [@Dashron](https://github.com/Dashron)!
272 [#60](https://github.com/firebase/php-jwt/pull/60) for details. Thanks to
273 [@sjones608](https://github.com/sjones608)!
275 [#62](https://github.com/firebase/php-jwt/pull/62) for details. Thanks to
276 [@johanderuijter](https://github.com/johanderuijter)!
280 [#53](https://github.com/firebase/php-jwt/pull/53/files) for details. Thanks to
281 [@mcocaro](https://github.com/mcocaro)!
285 between signing and verifying entities. Thanks to [@lcabral](https://github.com/lcabral)!
287 `$keys` argument in `JWT::decode()`. Thanks to [@aztech-dev](https://github.com/aztech-dev)!