# Changelog All notable changes to this project will be documented in this file. ## [v0.2.3] 2024-06-18 ### Miscellaneous Tasks - Clippy cast_sign_loss by [@ymgyt](https://github.com/ymgyt) ([7018e1ae](https://github.com/ymgyt/syndicationd/commit/7018e1ae0604cb236bb79dcda3d43d3dfd17ecaa)) ### Testing - Add google authentication test case by [@ymgyt](https://github.com/ymgyt) ([7590f197](https://github.com/ymgyt/syndicationd/commit/7590f197e1aea294b04f56b6fd370e8e6086f1c9)) - Add refreshing expired jwt test case (#53) by [@Yuta Yamaguchi](https://github.com/Yuta Yamaguchi) ([ffd73907](https://github.com/ymgyt/syndicationd/commit/ffd73907b88aab2c044362c0debdfa9b012571bd)) - Add test case for device flow error handling by [@ymgyt](https://github.com/ymgyt) ([708cbf4b](https://github.com/ymgyt/syndicationd/commit/708cbf4b0877ca5c75b9dcfc8496aefc2b63bed3)) ## [v0.2.2] - 2024-05-06 ### Features - Add expired_at to Claims by [@ymgyt](https://github.com/ymgyt) ([f1075202](https://github.com/ymgyt/syndicationd/commit/f10752025fd13903cc1bdcefd489fcf71d681f80)) ### Miscellaneous Tasks - Enable chrono now feature by [@ymgyt](https://github.com/ymgyt) ([162e74e6](https://github.com/ymgyt/syndicationd/commit/162e74e648108da9f678af69c784e9b0030b1d5b)) ### Refactor - Clippy by [@ymgyt](https://github.com/ymgyt) ([f62c5ef2](https://github.com/ymgyt/syndicationd/commit/f62c5ef2b93cd129ca844ef43492acb7c3b9786d)) - Seal Provider trait by [@ymgyt](https://github.com/ymgyt) ([b0514e8f](https://github.com/ymgyt/syndicationd/commit/b0514e8f934682ecb77ae87603bcd278b4a5ce0b)) ## [v0.2.1] - 2024-03-23 ### Refactor - Add helix like keymaps by [@ymgyt](https://github.com/ymgyt) ([257beaad](https://github.com/ymgyt/syndicationd/commit/257beaad941844b931140d8b967812cf41ce2e22)) - Use cloned instead of map by [@ymgyt](https://github.com/ymgyt) ([ae03934c](https://github.com/ymgyt/syndicationd/commit/ae03934c155b370ac3bc6f538787c7ea972d7b6f)) ## [v0.2.0] - 2024-03-17 ### Features - Add google oidc device flow by [@ymgyt](https://github.com/ymgyt) ([24ccb771](https://github.com/ymgyt/syndicationd/commit/24ccb7711a3ef274671e49ad459cec48e66664fd)) - Add google oidc by [@ymgyt](https://github.com/ymgyt) ([92b1f01f](https://github.com/ymgyt/syndicationd/commit/92b1f01f5786a98ae7f35d9b3ea997aa7e3cccba)) ### Miscellaneous Tasks - Disable cargo-dist by [@ymgyt](https://github.com/ymgyt) ([a04a8983](https://github.com/ymgyt/syndicationd/commit/a04a89839d6d3000799c648361b7a3f5db60ede9)) ### Refactor - Rename device flow poll method by [@ymgyt](https://github.com/ymgyt) ([19fe8c4f](https://github.com/ymgyt/syndicationd/commit/19fe8c4fbce84cc8dab6678d38653fa304bd26ff)) ## [v0.1.4] - 2024-02-25 ### Miscellaneous Tasks - Trim prefix from changelog by [@ymgyt](https://github.com/ymgyt) ([95d44877](https://github.com/ymgyt/syndicationd/commit/95d448773ec7ab009fbece0928854364679b6f2c)) - Add homepage to package metadata by [@ymgyt](https://github.com/ymgyt) ([4bfdb49e](https://github.com/ymgyt/syndicationd/commit/4bfdb49e317e18ff6345ce1b8e8071f0497a1a5f)) ## [v0.1.3] - 2024-02-19 ### Miscellaneous Tasks - Update README by [@ymgyt](https://github.com/ymgyt) ([2a546b13](https://github.com/ymgyt/syndicationd/commit/2a546b136dfa4284168025e1a909ac0c81a630bd)) - Update CHANGELOG by [@ymgyt](https://github.com/ymgyt) ([6db0accc](https://github.com/ymgyt/syndicationd/commit/6db0accc0333a97ed07ba1b653f0fed71c4da7f5)) ## [v0.1.2] - 2024-02-12 ### Features - Add palette flag by [@ymgyt](https://github.com/ymgyt) ([04dc486d](https://github.com/ymgyt/syndicationd/commit/04dc486d0ab3043e021e164e70f5fe081e3c464d)) - Use cow by [@ymgyt](https://github.com/ymgyt) ([ab6ae298](https://github.com/ymgyt/syndicationd/commit/ab6ae298abeda1d7d3c67939bc70f0d2269e8654)) ### Miscellaneous Tasks - Update changelog by [@ymgyt](https://github.com/ymgyt) ([55ee02cc](https://github.com/ymgyt/syndicationd/commit/55ee02cc2d1e6c31bada610ea0b6e00a7b035753)) - Use hyphen as package name instead of underscore by [@ymgyt](https://github.com/ymgyt) ([0a8ed059](https://github.com/ymgyt/syndicationd/commit/0a8ed05997790f9f05c932c92fa2b2b2d74065a9)) - Add README by [@ymgyt](https://github.com/ymgyt) ([80a20bdd](https://github.com/ymgyt/syndicationd/commit/80a20bddaaa8a20904a0d4bd92a6643f2c8fce03)) - Rename synd-authn to synt-auth to publish as a new crate by [@ymgyt](https://github.com/ymgyt) ([59ae4ffa](https://github.com/ymgyt/syndicationd/commit/59ae4ffa51f5323fa4a3aae5e30e950b15730519)) - Update CHANGELOG by [@ymgyt](https://github.com/ymgyt) ([199b6471](https://github.com/ymgyt/syndicationd/commit/199b6471f1c0097d662d3c1ee5ceb3e97b53d0c5)) ### Refactor - Create synd_authn crate by [@ymgyt](https://github.com/ymgyt) ([682bcc6f](https://github.com/ymgyt/syndicationd/commit/682bcc6ff3c035be566dea99d2487e0173537c8d)) - Use clippy pedantic by [@ymgyt](https://github.com/ymgyt) ([328ddade](https://github.com/ymgyt/syndicationd/commit/328ddadebbad5381271c5e84cce2d6888252e70c)) ### Testing - Add auth flow case by [@ymgyt](https://github.com/ymgyt) ([6d2b1905](https://github.com/ymgyt/syndicationd/commit/6d2b1905d9b06bd9ed670f210cd590f89405c37c)) - Run integration test by [@ymgyt](https://github.com/ymgyt) ([20c0bc2d](https://github.com/ymgyt/syndicationd/commit/20c0bc2d31a938d3103fafedba5a10b4a9bba9ae))