Skip to content

Commit e31fae0

Browse files
committed
Release plain-oauth 0.25.0
1 parent 5c89677 commit e31fae0

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

plain-oauth/plain/oauth/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# plain-oauth changelog
22

3+
## [0.25.0](https://github.com/dropseed/plain/releases/[email protected]) (2025-08-19)
4+
5+
### What's changed
6+
7+
- Removed requirement for manual `{{ csrf_input }}` in OAuth forms - CSRF protection now uses `Sec-Fetch-Site` headers automatically ([9551508](https://github.com/dropseed/plain/commit/955150800c))
8+
9+
### Upgrade instructions
10+
11+
- Remove `{{ csrf_input }}` from any OAuth forms in your templates (login, connect, disconnect forms) - CSRF protection is now handled automatically
12+
313
## [0.24.2](https://github.com/dropseed/plain/releases/[email protected]) (2025-08-05)
414

515
### What's changed

plain-oauth/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "plain.oauth"
3-
version = "0.24.2"
3+
version = "0.25.0"
44
description = "Let users log in with OAuth providers."
55
authors = [{name = "Dave Gaeddert", email = "[email protected]"}]
66
license = "BSD-3-Clause"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)