Lines Matching refs:jwt

1 ![Build Status](https://github.com/firebase/php-jwt/actions/workflows/tests.yml/badge.svg)
2 …Version](https://poser.pugx.org/firebase/php-jwt/v/stable)](https://packagist.org/packages/firebas…
3 …wnloads](https://poser.pugx.org/firebase/php-jwt/downloads)](https://packagist.org/packages/fireba…
4 …[License](https://poser.pugx.org/firebase/php-jwt/license)](https://packagist.org/packages/firebas…
16 composer require firebase/php-jwt
46 $jwt = JWT::encode($payload, $key, 'HS256');
47 $decoded = JWT::decode($jwt, new Key($key, 'HS256'));
66 $decoded = JWT::decode($jwt, new Key($key, 'HS256'));
108 $jwt = JWT::encode($payload, $privateKey, 'RS256');
109 echo "Encode:\n" . print_r($jwt, true) . "\n";
111 $decoded = JWT::decode($jwt, new Key($publicKey, 'RS256'));
149 $jwt = JWT::encode($payload, $privateKey, 'RS256');
150 echo "Encode:\n" . print_r($jwt, true) . "\n";
155 $decoded = JWT::decode($jwt, new Key($publicKey, 'RS256'));
183 $jwt = JWT::encode($payload, $privateKey, 'EdDSA');
184 echo "Encode:\n" . print_r($jwt, true) . "\n";
186 $decoded = JWT::decode($jwt, new Key($publicKey, 'EdDSA'));
232 …reaking Changes**: See the [Release Notes](https://github.com/firebase/php-jwt/releases/tag/v6.0.0…
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…
261 - Add support for late static binding. See [#88](https://github.com/firebase/php-jwt/pull/88) for d…
262 …time()` to improve unit testing. See [#93](https://github.com/firebase/php-jwt/pull/93) for detail…
263 - Fixes to exceptions classes. See [#81](https://github.com/firebase/php-jwt/pull/81) for details. …
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
272 [#60](https://github.com/firebase/php-jwt/pull/60) for details. Thanks to
275 [#62](https://github.com/firebase/php-jwt/pull/62) for details. Thanks to
280 [#53](https://github.com/firebase/php-jwt/pull/53/files) for details. Thanks to