• Reading time ~ 1 min
  • 08.03.2023

Require Pin is a Laravel package for pin confirmation and validation before processing requests to a specified route. This package provides a middleware that requires users to enter a valid PIN code before proceeding to a PIN-protected route:

Route::get('/see-my-paycheck', MyController::class)
    ->middleware('require.pin');

When a user tries to visit /see-my-paycheck in the above example, this package will prompt the user to enter their PIN code before taking them to the page. This package also provides an API route you can use to validate and manage a user's PIN.

The basic idea of how this package works within your Laravel app is as follows:

  1. Add the require.pin middleware to routes or a group of routes requiring a pin
  2. The middleware will intercept those routes
  3. The package generates a temporary URL to authenticate with their PIN
  4. Once the user enters their valid PIN, it will redirect and allow them access to the PIN-protected route

You can learn more about this package, get full installation instructions, and view the source code on GitHub.

Comments

No comments yet
Yurij Finiv

Yurij Finiv

Full stack

ABOUT

Professional Fullstack Developer with extensive experience in website and desktop application development. Proficient in a wide range of tools and technologies, including Bootstrap, Tailwind, HTML5, CSS3, PUG, JavaScript, Alpine.js, jQuery, PHP, MODX, and Node.js. Skilled in website development using Symfony, MODX, and Laravel. Experience: Contributed to the development and translation of MODX3 i...

About author CrazyBoy49z
WORK EXPERIENCE
Contact
Ukraine, Lutsk
+380979856297