File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments