Skip to content

Commit 958680d

Browse files
committed
Create CHANGELOG.md
1 parent d9278c3 commit 958680d

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## Unreleased
9+
10+
11+
12+
## [0.4.0] - 2025-07-01
13+
### Added
14+
- Gateway authentication controllers with comprehensive tests.
15+
- `RedirectsIfRequested` trait and redirect support in auth controllers.
16+
- Configurable `gateway_auth.default_redirect` setting.
17+
- `token()` method in `GatewayGuard`.
18+
- Logging for JWT key loading and decoding.
19+
- PHPDoc comments across `GatewayGuard` methods.
20+
- Laravel Pint integration and PSR-12 code style.
21+
22+
### Changed
23+
- Removed `__get` magic method from `ExternalUser`.
24+
- Enhanced redirect logic and session handling in `GatewayGuard`.
25+
- Documentation reorganized with a new features list.
26+
- Commented out session migration due to CSRF conflicts.

0 commit comments

Comments
 (0)