@@ -11,6 +11,61 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
1111
1212<!-- changelog -->
1313
14+ ## [ v5.0.0-rc.0] ( https://github.com/team-alembic/ash_authentication/compare/v4.13.7...v5.0.0-rc.0 ) (2026-01-27)
15+ ### Breaking Changes:
16+
17+ * propagate sender failures as action errors (#1126 ) by James Harton
18+
19+ * propagate sender failures as action errors by James Harton
20+
21+ * convert request actions from read to generic action (#1125 ) by James Harton
22+
23+ * change token revoked action from read to generic action (#1124 ) by James Harton
24+
25+
26+
27+ ### Features:
28+
29+ * Add TOTP authentication strategy. (#1086 ) by James Harton
30+
31+ * add TOTP authentication components and routes by James Harton
32+
33+ * totp: add ` read_secret_from ` option for AshCloak support by James Harton
34+
35+ * add support for extra JWT claims (#1122 ) by James Harton
36+
37+ * make auto signout possible in AshAuthentication.Phoenix (#1070 ) by Abdessabour Moutik
38+
39+ * added options to allow for the specification of the endpoints + a template function for the live socket id by Abdessabour Moutik
40+
41+ ### Bug Fixes:
42+
43+ * add backwards compatibility for confirmation sender return values by James Harton
44+
45+ * address PR review feedback by James Harton
46+
47+ * address PR review feedback by James Harton
48+
49+ * address additional PR review feedback by James Harton
50+
51+ * add nimble_totp as required dependency by James Harton
52+
53+ * restore code accidentally removed during rebase by James Harton
54+
55+ * return ` {:error, AuthenticationFailed.t} ` from ` Jwt.token_for_user/2 ` (#1123 ) by James Harton
56+
57+ * validate ApiKey.Plug header prefix regex starts with a ^ (start of line check) by skanderm
58+
59+ * use ` inspect/1 ` for regex in error message by skanderm
60+
61+ * preserve existing context when adding request context (#1121 ) by James Harton
62+
63+ * add ` token ` to Phoenix filter_parameters during installation (#1120 ) by James Harton
64+
65+ ### Improvements:
66+
67+ * consolidate audit log code and remove redundant nil checks by James Harton
68+
1469## [ v4.13.7] ( https://github.com/team-alembic/ash_authentication/compare/v4.13.6...v4.13.7 ) (2026-01-13)
1570
1671
0 commit comments