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