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