laravel-user-activation | User activation by email for Laravel

 by   samkitano PHP Version: v1.0.0 License: MIT

kandi X-RAY | laravel-user-activation Summary

kandi X-RAY | laravel-user-activation Summary

laravel-user-activation is a PHP library. laravel-user-activation has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

The purpose of this package is to take advantage of Laravel's native Registration and Authentication features, by simply running php artisan make:auth and avoid the hassle of writing any aditional routes, controllers and/or views. Once installed and configured, it will observe the :created event on the user provider model. As soon as a User is created, it will trigger the service provider that will handle the activation process: token creation, sending an activation email, and storage. The newly registered user will be unable to login, unless a request is made with the proper unique token (activation link). We will then check if the request is "legit", and, if required by the configuration settings, it's lifetime. Uniqueness of token is ensured by a random sha256 hash (64 char long). The user will have the ability to request a new token, in the login form, as long as valid credentials (those used upon registration) are provided; Just in case the user lost his token, for whatever reason. He who never accidentally deleted an email... The site admin also has an option to receive email notifications of such events: user registered, user activated, and user requested a new token. All email outputs are queued, for improved performance.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              laravel-user-activation has a low active ecosystem.
              It has 3 star(s) with 2 fork(s). There are 2 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 0 open issues and 1 have been closed. On average issues are closed in 20 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of laravel-user-activation is v1.0.0

            kandi-Quality Quality

              laravel-user-activation has no bugs reported.

            kandi-Security Security

              laravel-user-activation has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              laravel-user-activation is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              laravel-user-activation releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of laravel-user-activation
            Get all kandi verified functions for this library.

            laravel-user-activation Key Features

            No Key Features are available at this moment for laravel-user-activation.

            laravel-user-activation Examples and Code Snippets

            No Code Snippets are available at this moment for laravel-user-activation.

            Community Discussions

            No Community Discussions are available at this moment for laravel-user-activation.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install laravel-user-activation

            After creating your Authentication routes and views with php artisan make:auth proceed with installation:. 1 - Require with Composer: composer require samkitano/laravel-user-activation. 2 - Include the service provider in the 'providers' array within config/app.php. 3 - Publish the package. MUST use the --force option in order to replace default views. Those will be the exact same thing, with just a small session check added.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/samkitano/laravel-user-activation.git

          • CLI

            gh repo clone samkitano/laravel-user-activation

          • sshUrl

            git@github.com:samkitano/laravel-user-activation.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link