update devDependencies, update eslint config
[squeep-authentication-module] / CHANGELOG.md
1 # Changelog
2
3 Releases and notable changes to this project are documented here.
4
5 ## [Unreleased]
6
7 ### Added
8
9 - TOTP 2FA support
10
11 ### Changed
12
13 - expects ctx.cookie to be populated, as Dingus framework does since v2.1.0.
14
15 ## [v1.3.2] - 2023-07-27
16
17 ## Changed
18
19 - updated dependencies
20
21 ## [v1.3.1] - 2023-06-10
22
23 ### Changed
24
25 - State UUID is now generated, as it may not be present on ctx.
26
27 ## [v1.3.0] - 2023-03-18
28
29 ### Added
30
31 - IndieAuth profile entry will default to https if no scheme is entered.
32
33 ## [v1.2.0] - 2022-02-22
34
35 ### Added
36
37 - Support IndieAuth 20220212 updates (metadata and issuer).
38
39 ## [v1.1.0] - 2021-12-30
40
41 ### Added
42
43 - Auth for API endpoints.
44
45 ## [v1.0.0] - 2021-11-06
46
47 ### Added
48
49 - Everything.
50
51 ---
52
53 [Unreleased]: https://git.squeep.com/?p=squeep-authentication-module;a=commitdiff;h=HEAD;hp=v1.3.2
54 [v1.3.2]: https://git.squeep.com/?p=squeep-authentication-module;a=commitdiff;h=v1.3.2;hp=v1.3.1
55 [v1.3.1]: https://git.squeep.com/?p=squeep-authentication-module;a=commitdiff;h=v1.3.1;hp=v1.3.0
56 [v1.3.0]: https://git.squeep.com/?p=squeep-authentication-module;a=commitdiff;h=v1.3.0;hp=v1.2.0
57 [v1.2.0]: https://git.squeep.com/?p=squeep-authentication-module;a=commitdiff;h=v1.2.0;hp=v1.1.0
58 [v1.1.0]: https://git.squeep.com/?p=squeep-authentication-module;a=commitdiff;h=v1.1.0;hp=v1.0.0
59 [v1.0.0]: https://git.squeep.com/?p=squeep-authentication-module;a=commitdiff;h=v1.0.0;hp=v0.0.0