浏览代码

Merge pull request #298 from JosielSantos/master

Improved "Authentication" category
pull/303/merge
Jamie York 11 年前
父节点
当前提交
fc7e2ffb1d
共有 1 个文件被更改,包括 5 次插入4 次删除
  1. 5
    4
      README.md

+ 5
- 4
README.md 查看文件

45
 	- [Queue](#queue)
45
 	- [Queue](#queue)
46
 	- [Search](#search)
46
 	- [Search](#search)
47
 	- [Command Line](#command-line)
47
 	- [Command Line](#command-line)
48
-	- [Authentication](#authentication)
48
+	- [Authentication and Authorization](#authentication-and-authorization)
49
 	- [Markup](#markup)
49
 	- [Markup](#markup)
50
 	- [Strings](#strings)
50
 	- [Strings](#strings)
51
 	- [Numbers](#numbers)
51
 	- [Numbers](#numbers)
69
 	- [PHP Websites](#php-websites)
69
 	- [PHP Websites](#php-websites)
70
 	- [Other Websites](#other-websites)
70
 	- [Other Websites](#other-websites)
71
 	- [PHP Books](#php-books)
71
 	- [PHP Books](#php-books)
72
-	- [Other Books](#other-books)
73
 	- [PHP Videos](#php-videos)
72
 	- [PHP Videos](#php-videos)
74
 	- [PHP Reading](#php-reading)
73
 	- [PHP Reading](#php-reading)
75
 	- [PHP Internals Reading](#php-internals-reading)
74
 	- [PHP Internals Reading](#php-internals-reading)
459
 * [Shunt](https://github.com/php-loep/shunt) - A library for running commands in parallel on multiple remote machines.
458
 * [Shunt](https://github.com/php-loep/shunt) - A library for running commands in parallel on multiple remote machines.
460
 * [Cilex](https://github.com/Cilex/Cilex) - A micro framework for building command line tools.
459
 * [Cilex](https://github.com/Cilex/Cilex) - A micro framework for building command line tools.
461
 
460
 
462
-## Authentication
463
-*Libraries for implementing authentications schemes.*
461
+## Authentication and Authorization
462
+*Libraries for implementing user authentication and authorization.*
464
 
463
 
465
 * [Sentry](https://github.com/cartalyst/sentry) - A framework agnostic authentication & authorisation library.
464
 * [Sentry](https://github.com/cartalyst/sentry) - A framework agnostic authentication & authorisation library.
466
 * [Sentry Social](http://docs.cartalyst.com/sentry-social-2/introduction) - A library for social network authentication.
465
 * [Sentry Social](http://docs.cartalyst.com/sentry-social-2/introduction) - A library for social network authentication.
472
 * [TwitterSDK](https://github.com/lyrixx/twitter-sdk) - A fully tested Twitter SDK.
471
 * [TwitterSDK](https://github.com/lyrixx/twitter-sdk) - A fully tested Twitter SDK.
473
 * [Hawk](https://github.com/dflydev/dflydev-hawk) - A Hawk HTTP authentication library.
472
 * [Hawk](https://github.com/dflydev/dflydev-hawk) - A Hawk HTTP authentication library.
474
 * [HybridAuth](https://github.com/hybridauth/hybridauth) - An open source social sign on library.
473
 * [HybridAuth](https://github.com/hybridauth/hybridauth) - An open source social sign on library.
474
+* [Lock](https://github.com/BeatSwitch/lock) - A library for implementing Access Control Lists (ACL) systems.
475
 
475
 
476
 ## Markup
476
 ## Markup
477
 *Libraries for working with markup.*
477
 *Libraries for working with markup.*
700
 * [PHP The Right Way](http://www.phptherightway.com/) - A PHP best practice quick reference guide.
700
 * [PHP The Right Way](http://www.phptherightway.com/) - A PHP best practice quick reference guide.
701
 * [PHP Best Practices](http://phpbestpractices.org/) - A PHP best practice guide.
701
 * [PHP Best Practices](http://phpbestpractices.org/) - A PHP best practice guide.
702
 * [PHP Weekly](http://phpweekly.info/archive/) - A weekly PHP newsletter.
702
 * [PHP Weekly](http://phpweekly.info/archive/) - A weekly PHP newsletter.
703
+* [Securing PHP](http://securingphp.com/) - A newsletter about PHP security and library recommendations.
703
 * [PHP Security](http://phpsecurity.readthedocs.org/en/latest/index.html) - A guide to PHP security.
704
 * [PHP Security](http://phpsecurity.readthedocs.org/en/latest/index.html) - A guide to PHP security.
704
 * [PHP FIG](http://www.php-fig.org/) - The PHP Framework Interoperability Group.
705
 * [PHP FIG](http://www.php-fig.org/) - The PHP Framework Interoperability Group.
705
 * [PHP UG](http://php.ug) - A website to help people locate their nearest PHP user group (UG).
706
 * [PHP UG](http://php.ug) - A website to help people locate their nearest PHP user group (UG).

正在加载...
取消
保存