vinkas/auth

This package is abandoned and no longer maintained. No replacement package was suggested.

User Authentication Management System using Laravel PHP Framework

Maintainers

Details

github.com/vinkas0/auth

Source

Issues

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Type:project

v1.0.0 2016-07-11 17:35 UTC

This package is not auto-updated.

Last update: 2020-08-21 20:30:31 UTC


README

Latest Stable Version Latest Unstable Version License

User Authentication Management System using Laravel PHP Framework

Demo : http://demo.authvin.com

Features

Since we built it using Laravel you can use any of the Laravel framework's authentication features in Auth.

  • Choosing unique username on registration
  • Login with either username or email address
  • Email address validation by sending confirmation mail
  • Recaptcha human verification

Screenshots

Registration Login

Installation

Via Composer Create-Project

You may install Auth by issuing the Composer create-project command in your terminal:

composer create-project --prefer-dist vinkas/auth myprojectname

Documentation

If you are facing issues or need support with Auth then submit your request in Issues section.

You can find documentation for the laravel framework (other than Auth related details & support) on the Laravel website.

Requirements

  • PHP >=5.5.9

Dependencies

Security Vulnerabilities

If you discover a security vulnerability within Auth, please send an e-mail to Vinoth Kannan at vinothkannan@vinkas.com. All security vulnerabilities will be promptly addressed.

License

The Auth is open-sourced software licensed under the MIT license.