update devDependencies, fix lint issues
[squeep-authentication-module] / CHANGELOG.md
1 # Changelog
2
3 Releases and notable changes to this project are documented here.
4
5 ## [Unreleased]
6
7 ## [v1.4.1] - TBD
8
9 - updated dependencies and devDependencies
10
11 ## [v1.4.0] - 2024-03-23
12
13 ### Added
14
15 - TOTP 2FA support.
16 - Add appCb parameter to session manager page methods to allow mogrifying template data before rendering, exempli gratia adding app navLinks to account management pages.
17 - Add sessinNavLinks helper function for populating navLinks in app templates.
18 - Settings page for updating credentials and OTP.
19 - Helper function for securely reading credential from stdin.
20 - Replaced debug authn with plaintext.
21
22 ### Changed
23
24 - expects ctx.cookie to be populated, as Dingus framework does since v2.1.0.
25
26 ## [v1.3.2] - 2023-07-27
27
28 ## Changed
29
30 - updated dependencies
31
32 ## [v1.3.1] - 2023-06-10
33
34 ### Changed
35
36 - State UUID is now generated, as it may not be present on ctx.
37
38 ## [v1.3.0] - 2023-03-18
39
40 ### Added
41
42 - IndieAuth profile entry will default to https if no scheme is entered.
43
44 ## [v1.2.0] - 2022-02-22
45
46 ### Added
47
48 - Support IndieAuth 20220212 updates (metadata and issuer).
49
50 ## [v1.1.0] - 2021-12-30
51
52 ### Added
53
54 - Auth for API endpoints.
55
56 ## [v1.0.0] - 2021-11-06
57
58 ### Added
59
60 - Everything.
61
62 ---
63
64 [Unreleased]: https://git.squeep.com/?p=squeep-authentication-module;a=commitdiff;h=HEAD;hp=v1.4.0
65 [v1.4.0]: https://git.squeep.com/?p=squeep-authentication-module;a=commitdiff;h=v1.4.0;hp=v1.3.2
66 [v1.3.2]: https://git.squeep.com/?p=squeep-authentication-module;a=commitdiff;h=v1.3.2;hp=v1.3.1
67 [v1.3.1]: https://git.squeep.com/?p=squeep-authentication-module;a=commitdiff;h=v1.3.1;hp=v1.3.0
68 [v1.3.0]: https://git.squeep.com/?p=squeep-authentication-module;a=commitdiff;h=v1.3.0;hp=v1.2.0
69 [v1.2.0]: https://git.squeep.com/?p=squeep-authentication-module;a=commitdiff;h=v1.2.0;hp=v1.1.0
70 [v1.1.0]: https://git.squeep.com/?p=squeep-authentication-module;a=commitdiff;h=v1.1.0;hp=v1.0.0
71 [v1.0.0]: https://git.squeep.com/?p=squeep-authentication-module;a=commitdiff;h=v1.0.0;hp=v0.0.0