Kohana 的认证模块

安装: 37

依赖: 4

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 0

开放问题: 0

类型:kohana-module

dev-3.3/master 2013-11-18 09:08 UTC

This package is not auto-updated.

Last update: 2024-09-24 05:00:05 UTC


README

这是一个用于认证和用户管理的 Kohana 模块。此模块由 Pap Tamas(我)开发和维护,与默认的 Kohana Auth 模块无关。

##API

主要类及其 API 列表

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