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