Releases: ziming/laravel-myinfo-sg
Releases · ziming/laravel-myinfo-sg
Fix bug by adding web middleware
1.8 Add web middleware
Better handling of state parameter.
1.7 Set generated state in session so it can be compared against later.
Switch Public Certificate
Switched and renamed public certificate
MyInfo 3.1.1 Compatibility
1.5 Apply fixes from StyleCI (#7)
Support for Laravel 6
1.4 Update package to be compatible with Laravel 6
Controllers to support middleware method
Controllers to extends Illuminate\Routing\Controller to gain access to $this->middleware(...) method.
Flexibility Improvements
Now you can swap the controllers for this package default routes easily.
You may now access $request from preResponseHook() too.
Add attributes_array to config
Add attributes_array to config.
First stable release
- Change all 'uri' to 'url' and all 'URI' to 'URL' to reduce confusion.
- Added a preResponseHook() template method for those who wanted to do some logging or other stuffs before response.
- Gzip response compression support
Update PHP requirements to 7.3 and above
0.10 Update requirements to 7.3 and above.