Lines Matching refs:See

42  * You must specify supported algorithms for your application. See
232 …- **Backwards-Compatibility Breaking Changes**: See the [Release Notes](https://github.com/firebas…
241See [#117](https://github.com/firebase/php-jwt/pull/117). Thanks [@joostfaassen](https://github.co…
243See [#125](https://github.com/firebase/php-jwt/pull/125). Thanks [@akeeman](https://github.com/ake…
245See [#162](https://github.com/firebase/php-jwt/pull/162). Thanks [@psignoret](https://github.com/p…
247See [#159](https://github.com/firebase/php-jwt/pull/159). Thanks [@bshaffer](https://github.com/bs…
249See [#101](https://github.com/firebase/php-jwt/pull/101). Thanks [@hywak](https://github.com/hywak…
251See [#110](https://github.com/firebase/php-jwt/pull/110). Thanks [@gbalduzzi](https://github.com/g…
253See [#129](https://github.com/firebase/php-jwt/pull/129). Thanks [@stampycode](https://github.com/…
255See [#107](https://github.com/firebase/php-jwt/pull/107), [#115](https://github.com/firebase/php-j…
261 - Add support for late static binding. See [#88](https://github.com/firebase/php-jwt/pull/88) for d…
262 - Use static `$timestamp` instead of `time()` to improve unit testing. See [#93](https://github.com…
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 [@…
268 - Add `\Firebase\JWT` namespace. See
271 - Require a non-empty key to decode and verify a JWT. See
274 - Cleaner documentation blocks in the code. See
279 - Add support for adding custom, optional JWT headers to `JWT::encode()`. See