Skip to content

Commit 7d3d62d

Browse files
committed
chore: update changelog
1 parent 61b0262 commit 7d3d62d

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

docs/changelog.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

33
Below 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

0 commit comments

Comments
 (0)