2017 © Pedro Peláez
 

kohana-module auth

Authentication module for Kohana

image

app-skeleton/auth

Authentication module for Kohana

  • Monday, November 18, 2013
  • by app-skeleton
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 4 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Kohana Auth module

This is a Kohana module for authentication and user management. This module is developed and maintained by Pap Tamas (me), and has nothing to do with the default Kohana Auth module., (*1)

API

The list of the main classes and their API:, (*2)

User_Manager

  • signup_user
  • update_user
  • get_user_data
  • get_user_data_by
  • garbage_collector
  • instance

Password_Manager

  • recover_password
  • check_recovery_link
  • reset_password
  • garbage_collector
  • instance

Identity

  • authenticate
  • authenticate_with_cookie
  • authenticate_with_id
  • set_state
  • get_state
  • get_states
  • id
  • factory

User

  • login
  • logout
  • logged_in
  • full_name
  • timezone
  • datetime
  • id
  • authenticated_with
  • set_state
  • get_state
  • delete_state
  • get_states
  • clear_states
  • states_to_load
  • instance
  • _after_login
  • _create_cookie
  • _delete_cookie

The Versions

18/11 2013

dev-3.3/develop

dev-3.3/develop https://github.com/app-skeleton/auth

Authentication module for Kohana

  Sources   Download

BSD-3-Clause

The Requires

 

framework auth kohana

18/11 2013

dev-3.3/master

dev-3.3/master https://github.com/app-skeleton/auth

Authentication module for Kohana

  Sources   Download

BSD-3-Clause

The Requires

 

framework auth kohana