Skip to content

Releases: ziming/laravel-myinfo-sg

Fix bug by adding web middleware

03 Jan 11:28
Compare
Choose a tag to compare
1.8

Add web middleware

Better handling of state parameter.

03 Jan 11:07
Compare
Choose a tag to compare
1.7

Set generated state in session so it can be compared against later.

Switch Public Certificate

08 Dec 05:29
d01c7cc
Compare
Choose a tag to compare

Switched and renamed public certificate

MyInfo 3.1.1 Compatibility

05 Dec 16:04
3765066
Compare
Choose a tag to compare
1.5

Apply fixes from StyleCI (#7)

Support for Laravel 6

04 Sep 08:50
Compare
Choose a tag to compare
1.4

Update package to be compatible with Laravel 6

Controllers to support middleware method

09 Jul 02:55
Compare
Choose a tag to compare

Controllers to extends Illuminate\Routing\Controller to gain access to $this->middleware(...) method.

Flexibility Improvements

08 Jul 18:07
Compare
Choose a tag to compare

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

08 Jul 17:41
Compare
Choose a tag to compare

Add attributes_array to config.

First stable release

08 Jul 16:36
Compare
Choose a tag to compare
  • 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

28 Jun 16:09
Compare
Choose a tag to compare
0.10

Update requirements to 7.3 and above.