Skip to content

Releases: Spargon/Laravel-Auth-Logger

[1.6.0] Adds Support for Laravel 11

05 Jun 11:55
814e7b1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.0...1.6.0

[1.5.0] Adds Support for Laravel 10

27 Feb 11:32
0be95d7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.0...1.5.0

[1.4.0] Adds New Install Command

08 Sep 03:42
b1fde9a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.4.0

[1.3.0] Adds Support for Laravel 9

23 Feb 09:07
1a22fa0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.2...1.3.0

Location Tagging (Dev - Experimental)

17 Mar 16:05
Compare
Choose a tag to compare

This is an experimental (dev) release of Location Tagging using the GeoIP package from Torann.

Adds Support for Laravel 7

11 Mar 07:26
5189247
Compare
Choose a tag to compare
1.2.2

Adds Support for Laravel 7

Fixes Composer Require Issue

06 Mar 06:46
Compare
Choose a tag to compare
1.2.1

Fix Composer Import

Optimizing ServiceProvider, Custom Table & Slack Improvements

05 Mar 21:21
64be14d
Compare
Choose a tag to compare
  • This release completely revamps the ServiceProvider that ships with this package. Along with that comes new commands for publishing assets (refer to the readme file for details).
  • Added config option to change the default auth_logs table name.
  • Added much-needed Slack customization option and improvements.

Added Icons for User Devices

05 Mar 19:01
c5f370f
Compare
Choose a tag to compare

This release adds svg icons for the user's device (desktop, tablet, or mobile) along with the device name (in the case of mobile devices).

Adding Support for Laravel's logoutOtherDevices Method

25 Feb 11:31
d996e3f
Compare
Choose a tag to compare

This release adds support for Laravel's logoutOtherDevices method which can be called by an Authenticated User to invalidate other sessions. Read Docs here - https://laravel.com/docs/8.x/authentication#invalidating-sessions-on-other-devices