Skip to content
This repository was archived by the owner on Jun 25, 2024. It is now read-only.

Releases: dododedodonl/laravel-2fa

0.12

16 Oct 12:57
d1ae4d7

Choose a tag to compare

Update changelog.md

0.11

16 Jan 09:23

Choose a tag to compare

add changelog

0.10

13 Dec 23:11
bc745ea

Choose a tag to compare

What's Changed

  • Query string as intended check gave problems by @niekbr in #7

Full Changelog: 0.9...0.10

0.9

28 Aug 14:00

Choose a tag to compare

0.9
fix changelog

0.8.1

01 Aug 11:45
ba922c0

Choose a tag to compare

fix redirect for some applications

0.7: Required closure (#3)

01 Feb 14:54
7190964

Choose a tag to compare

* throw exception on user not found

* cleanup

* added 'required' callback which can be set in the application

* newline

* error on provide route if no secret is set

* redirect or message when no secret is set

* \n before namespace

* allow passing bool instead of callable

* bugfix

0.6

16 Dec 00:20
2a21a09

Choose a tag to compare

0.6

Support for laravel 8

0.5

14 Apr 22:36

Choose a tag to compare

0.5

Added

  • added bootstrap 3 views, default is still bootstrap 4
  • registers @error and @enderror blade directives if laravel version is < 5.8.13

Changed

  • change how migrations work / are published

Fixed

  • fixed view publishing bug
  • removed old() from provide & setup token views
  • fixed input types of provide & setup token views

0.4

14 Apr 20:51

Choose a tag to compare

0.4

Change the way the provisioning url is build, so it has an issuer and correct label.

0.3

14 Apr 18:35

Choose a tag to compare

0.3

Add extra some configuration options and clarify the readme a bit.