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