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

Version 7.0

Compare
Choose a tag to compare
@DarkGhostHunter DarkGhostHunter released this 15 Nov 05:24
· 17 commits to stable since this release
30526e2

Remembering users

This new releases comes with a breaking change for adding a "remember": a user can avoid being challenged with a reCAPTCHA again if already done it on a window of time (default 10 minutes).

The breaking change is on the V2 middleware: the input parameter moved from second to third place. In second place now is the remember parameter.

What's New

  • Allows to remember challenges on session by the given minutes (disabled by default)
  • Remember methods for the middleware helper.
  • The @challenged and @unlesschallenged Blade if directives.

What's Changed

  • V2 Middleware second parameter has been moved to third place.
  • V2 Middleware second parameter now sets the remember mechanic.
  • ReCaptcha middleware helper is now the preferred way to declare the middleware.