2017 © Pedro Peláez
 

kohana-module auth

The official Kohana auth module

image

kohana/auth

The official Kohana auth module

  • PHP
  • 11 Dependents
  • 0 Suggesters
  • 65 Forks
  • 1 Open issues
  • 14 Versions
  • 8 % Grown

The README.md

Kohana auth module

ver Stable Develop
3.3.x Build Status - 3.3/master Build Status - 3.3/develop
3.4.x Build Status - 3.4/master Build Status - 3.4/develop

I've forked the main Auth module because there were some fundamental flaws with it:, (*1)

  1. It's trivial to bruteforce publicly hidden salt hashes.
    • I've fixed this by switching the password hashing algorithm to the more secure secret-key based hash_hmac method.
  2. ORM drivers were included.
    • I've fixed this by simply removing them. They cause confusion with new users because they think that Auth requires ORM. The only driver currently provided by default is the file driver.
  3. Auth::get_user()'s api is inconsistent because it returns different data types.
    • I've fixed this by returning an empty user model by default. You can override what gets returned (if you've changed your user model class name for instance) by overloading the get_user() method in your application.

These changes should be merged into the mainline branch eventually, but they completely break the API, so likely won't be done until 3.1., (*2)

The Versions

24/03 2016

dev-3.3/develop

dev-3.3/develop http://kohanaframework.org

The official Kohana auth module

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

authentication framework kohana

24/03 2016

dev-3.3/master

dev-3.3/master http://kohanaframework.org

The official Kohana auth module

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

authentication framework kohana

24/03 2016

v3.3.6

3.3.6.0 http://kohanaframework.org

The official Kohana auth module

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

authentication framework kohana

10/03 2016

v3.3.5

3.3.5.0 http://kohanaframework.org

The official Kohana auth module

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

authentication framework kohana

26/11 2015

dev-3.4/develop

dev-3.4/develop http://kohanaframework.org

The official Kohana auth module

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

authentication framework kohana

25/09 2015

dev-3.3/test/migrate-travis-container-based

dev-3.3/test/migrate-travis-container-based http://kohanaframework.org

The official Kohana auth module

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

authentication framework kohana

19/09 2015

dev-3.3/test/phpunit-version-lowest

dev-3.3/test/phpunit-version-lowest http://kohanaframework.org

The official Kohana auth module

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

authentication framework kohana

10/12 2014

v3.3.3

3.3.3.0 http://kohanaframework.org

The official Kohana auth module

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

authentication framework kohana

10/12 2014

v3.3.3.1

3.3.3.1 http://kohanaframework.org

The official Kohana auth module

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

authentication framework kohana

10/12 2014

v3.3.4

3.3.4.0 http://kohanaframework.org

The official Kohana auth module

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

authentication framework kohana

10/10 2014

dev-3.4/feat/travis-module-builds

dev-3.4/feat/travis-module-builds http://kohanaframework.org

The official Kohana auth module

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

authentication framework kohana

26/08 2013

v3.2.3

3.2.3.0 http://kohanaframework.org

The official Kohana auth module

  Sources   Download

BSD-3-Clause

The Requires

 

authentication framework kohana

26/08 2013

v3.3.1

3.3.1.0 http://kohanaframework.org

The official Kohana auth module

  Sources   Download

BSD-3-Clause

The Requires

 

authentication framework kohana

26/08 2013

v3.3.2

3.3.2.0 http://kohanaframework.org

The official Kohana auth module

  Sources   Download

BSD-3-Clause

The Requires

 

authentication framework kohana