Skip to content
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.

Releases: DarkGhostHunter/Laraguard

Added modifiable Listener and Eloquent Model

08 Apr 04:20
17909c1
Compare
Choose a tag to compare

Okay, a lot of changes, fixed, what not. Let's start with the drill so you don't have to read the whole README:

What's changed?

  • The listener configuration now accepts the name of the Listener (or Subscriber) to handle the Two Factor Authentication check up. Contract is supplied.

What's added?

  • The model configuration. It accepts the Eloquent Model (or anything) to handle the TOTP data. Contract is supplied.
  • Added migration to the TOTP data.

What's removed?

  • Nothing.

What's fixed?

  • Added migration to the TOTP data. You can publish the migration and edit it. It's tied to the Model you set (by default, the one that includes this package). This fixes associating it with models using UUID or other non-integer types.

Laravel 7 support

04 Mar 15:15
f1fc62d
Compare
Choose a tag to compare

Only that. Minor change to make it cross compatible with LTS (6) and latest (7).

Fixed code generation

19 Feb 20:14
9e8b91d
Compare
Choose a tag to compare

Now it works

11 Feb 21:43
97d868e
Compare
Choose a tag to compare
Merge pull request #5 from DarkGhostHunter/master

Now it works. Entirely.