X-Git-Url: https://git.squeep.com/?p=squeep-authentication-module;a=blobdiff_plain;f=CHANGELOG.md;fp=CHANGELOG.md;h=65e9607b5459368d3dbe967b844819cbe394bd7c;hp=0000000000000000000000000000000000000000;hb=842a3da269de1ab82e9a2a12aae8ed5677f064d8;hpb=2ca511865b0caf3108819cfd6ee775124ea70dff diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..65e9607 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,59 @@ +# Changelog + +Releases and notable changes to this project are documented here. + +## [Unreleased] + +### Added + +- TOTP 2FA support + +### Changed + +- expects ctx.cookie to be populated, as Dingus framework does since v2.1.0. + +## [v1.3.2] - 2023-07-27 + +## Changed + +- updated dependencies + +## [v1.3.1] - 2023-06-10 + +### Changed + +- State UUID is now generated, as it may not be present on ctx. + +## [v1.3.0] - 2023-03-18 + +### Added + +- IndieAuth profile entry will default to https if no scheme is entered. + +## [v1.2.0] - 2022-02-22 + +### Added + +- Support IndieAuth 20220212 updates (metadata and issuer). + +## [v1.1.0] - 2021-12-30 + +### Added + +- Auth for API endpoints. + +## [v1.0.0] - 2021-11-06 + +### Added + +- Everything. + +--- + +[Unreleased]: https://git.squeep.com/?p=squeep-authentication-module;a=commitdiff;h=HEAD;hp=v1.3.2 +[v1.3.2]: https://git.squeep.com/?p=squeep-authentication-module;a=commitdiff;h=v1.3.2;hp=v1.3.1 +[v1.3.1]: https://git.squeep.com/?p=squeep-authentication-module;a=commitdiff;h=v1.3.1;hp=v1.3.0 +[v1.3.0]: https://git.squeep.com/?p=squeep-authentication-module;a=commitdiff;h=v1.3.0;hp=v1.2.0 +[v1.2.0]: https://git.squeep.com/?p=squeep-authentication-module;a=commitdiff;h=v1.2.0;hp=v1.1.0 +[v1.1.0]: https://git.squeep.com/?p=squeep-authentication-module;a=commitdiff;h=v1.1.0;hp=v1.0.0 +[v1.0.0]: https://git.squeep.com/?p=squeep-authentication-module;a=commitdiff;h=v1.0.0;hp=v0.0.0