File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33Below you can find all release notes from all Tinyauth versions.
44
5+ ## v3.3.0
6+
7+ ### New features
8+
9+ - Added warning login screen when the redirect URI does not match the configured domain
10+ - Regex support for both OAuth and user whitelist
11+ - New forgot password screen with the ability to change the text using markdown
12+ - Map information from OIDC claims to headers
13+ - Support for auto redirecting to your favorite OAuth provider
14+
15+ ### Improvements
16+
17+ - Add dependabot for dependency updates @gurukulkarni
18+ - Add CSRF cookie for protection against cross-site request forgery
19+ - Log actual errors alongside the information message
20+
21+ ### Fixes
22+
23+ - Disable basic authentication for TOTP users
24+ - Move the redirect URI back to a separate cookie
25+
26+ ### Technical
27+
28+ - Ensure the dist directory exists during development
29+ - Bump dependencies
30+
531## v3.2.1
632
733### Fixes
You can’t perform that action at this time.
0 commit comments