Skip to content

Commit 928761c

Browse files
chore(main): release 1.3.0 (#42)
Co-authored-by: sigbit-release-bot[bot] <227027872+sigbit-release-bot[bot]@users.noreply.github.com>
1 parent 2ff3804 commit 928761c

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.2.3"
2+
".": "1.3.0"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [1.3.0](https://github.com/sigbit/mcp-auth-proxy/compare/v1.2.3...v1.3.0) (2025-08-20)
4+
5+
6+
### Features
7+
8+
* add OIDC provider support ([#40](https://github.com/sigbit/mcp-auth-proxy/issues/40)) ([f8edabe](https://github.com/sigbit/mcp-auth-proxy/commit/f8edabe7692efd1c187885bc60a54bcfd697399d))
9+
* improve error handling with custom error template ([#47](https://github.com/sigbit/mcp-auth-proxy/issues/47)) ([2ff3804](https://github.com/sigbit/mcp-auth-proxy/commit/2ff380490b31a0ab492b1ded0ecf6e9f30f1c082))
10+
* improve session security with HttpOnly and MaxAge options ([#46](https://github.com/sigbit/mcp-auth-proxy/issues/46)) ([9038812](https://github.com/sigbit/mcp-auth-proxy/commit/9038812eb3a0c48a1afb7473faeb9533571787a8))
11+
12+
13+
### Bug Fixes
14+
15+
* improve authentication flow and session handling ([#45](https://github.com/sigbit/mcp-auth-proxy/issues/45)) ([cd28916](https://github.com/sigbit/mcp-auth-proxy/commit/cd28916bf00e76677a56df77fd0344372a39da81))
16+
* remove oauth2.AccessTypeOffline from AuthCodeURL calls ([#41](https://github.com/sigbit/mcp-auth-proxy/issues/41)) ([a2d0d88](https://github.com/sigbit/mcp-auth-proxy/commit/a2d0d8831d0d06b0fa49cf79ab4a36526747ed45))
17+
318
## [1.2.3](https://github.com/sigbit/mcp-auth-proxy/compare/v1.2.2...v1.2.3) (2025-08-19)
419

520

0 commit comments

Comments
 (0)