zoukankan      html  css  js  c++  java
  • 一篇关于介绍php的几个user 认证相关的几个包

    http://kodeinfo.com/post/laravel-authentication-packages

    LARAVEL AUTHENTICATION PACKAGES

    By Imran Iqbal In AuthenticationPackages - September 3,2014 - Comments(0) - Views(2515)
    Tags : laravel packageslaravel authenticationlaravel authentication packagessentrylaravel confidelavarel verifylaravel tutorialsphp laravel

    When we talk about Laravel Authentication Sentry wins the game everytime but there are many new comers in the market so its good to test them all . Some of them are listed below

    SENTRY

    Sentry is a simple, powerful and easy to use authorization and authentication package. It provides additional features such as groups, permissions, custom hashing algorithms and additional security features.

    VERIFY

    It is a simple role/permission authentication package for Laravel 4 .

    CONFIDE

    Confide is a authentication solution for Laravel4 made to eliminate repetitive tasks involving the management of users: Account creation, login, logout, confirmation by e-mail, password reset, etc.

    Confide aims to be simple to use, quick to configure and flexible.

    FEATURES

    • Account confirmation (through confirmation link).
    • Password reset (sending email with a change password link).
    • Easily render forms for login, signup and password reset.
    • Generate customizable routes for login, signup, password reset, confirmation, etc.
    • Generate a customizable controller that handles the basic user account actions.
    • Contains a set of methods to help basic user features.
    • Integrated with the Laravel Auth component/configs.
    • Field/model validation (Powered by Ardent).
    • Login throttling.
    • Redirecting to previous route after authentication.
    • Checks for unique email and username in signup

    ENTRUST

    Entrust provides a flexible way to add Role-based Permissions to Laravel4.Entrust works very well with Confide in order to eliminate repetitive tasks involving the management of users: Account creation, login, logout, confirmation by e-mail, password reset, etc.

    AUTHORITY

    Authority is an authorization system for PHP that focuses more on the concept of activities and resources rather than roles. Using different user roles is still completely possible and often needed, but rather than determining functionality based on roles throughout your app, Authority allows you to simply check if a user is allowed to perform an action on a given resource or activity.

    Some packages may overkill your application and some may have all features which you need . So select which package will perform better in your environment .

    AUTHOR

    - See more at: http://kodeinfo.com/post/laravel-authentication-packages#sthash.HGwtiBTo.dpuf

  • 相关阅读:
    20200910-1 每周例行报告
    刷题-力扣-209. 长度最小的子数组
    刷题-力扣-面试题 05.03. 翻转数位
    刷题-力扣-118. 杨辉三角
    刷题-力扣-1894. 找到需要补充粉笔的学生编号
    刷题-力扣-498. 对角线遍历
    刷题-力扣-45. 跳跃游戏 II
    刷题-力扣-55. 跳跃游戏
    刷题-力扣-1221. 分割平衡字符串
    刷题-力扣-654. 最大二叉树
  • 原文地址:https://www.cnblogs.com/argb/p/4215724.html
Copyright © 2011-2022 走看看