Skip to content
This repository has been archived by the owner on May 28, 2020. It is now read-only.

yoosuf/DX-Auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DX-Auth - CodeIgniter Auth Library Version 2 (Development Branch)

Download version 1.0.6 https://github.com/eyoosuf/DX-Auth/archive/initial.zip

Introduction

DX Auth is an authentication library for Code Igniter. It’s goal to enable you to easily include secure and easy to use authentication library to your project, while giving you the flexibility to choose from simple authentication system to full fledged authentication system.

DX Auth is also build with internationalization in mind, so every string is available in language file. (Except the examples because that is your code, not the library).

It’s based on CL Auth 0.2.5 beta developed by Jason Ashdown.

till the version 1.0.6 developerd by Dexcell

What is the feature of DX Auth?

  • Basic auth (Login, logout, register, change password).
  • Remember me.
  • Login using username or email address or both (depend on config settings).
  • Forgot password.
  • Ban user.
  • Last login IP address and time (optional).
  • Email activation (optional).
  • User Profile (optional).
  • Role based (admin, user, moderator, etc). Inheritance also supported (optional)
  • Restrict page based on URI and role (optional).
  • Custom permission for each role (optional).
  • Login attempt (optional). You can use this to display catpcha after specified try to login to prevent bot.
  • Event feature (For example: You can put your own code like PM welcome message after user activated, etc).
  • Captcha (optional, reCAPTCHA).
  • Simple admin panel (So you can customize it, include it into your own admin panel, or delete if you don’t need it).
  • Most of the feature is optional, means you can turn it off in config file, delete it, or just don’t use it.

DX Auth is tested in CI 2.1

Contributing to DX-Auth

Your feedback is very welcome and will make this library much much better for you, me and everyone else. Besides feedback on code, features, suggestions and bug reports, you may want to actually make an impact on the code. For this:

  • Fork it.

  • Fix it.

  • Test it.

  • Commit it.

Send me a pull request so I’ll… Pull it.

If you feel DX-Auth has made your life easier, and you would like to express your thanks via a donation, my paypal email is in the contact details.

About

Discontinued - Simple and Lightweight Auth System for CodeIgniter

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages