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