forked from pengkong/A3M-for-CodeIgniter-2.0
-
Notifications
You must be signed in to change notification settings - Fork 52
Home
Jan Dvorak edited this page Aug 8, 2013
·
5 revisions
Welcome to the A3M wiki!
[A3M (Account Authentication & Authorization)] (https://github.com/donjakobo/A3M/)
A CodeIgniter 2.x package that leverages bleeding edge web technologies like OpenID and OAuth to create a user-friendly user experience. It gives you the CRUD to get working right away without too much fuss! A3M is a full package meant for building websites from scratch without all that tiresome login / logout / admin stuff thats always required.
Jakub
- @kubanishku on Twitter
- @donjakobo on GitHub
PengKong
- @pengkong on Github
See our app task board on Trello to get a glimps of to-do items
- Native Sign Up, Sign In with 'Remember me' and Sign Out
- Native account Forgot Password and Reset Password
- Facebook/Twitter/Google/Yahoo/OpenID Sign Up, Sign In and Sign Out
- Manage Account Details, Profile Details and Linked Accounts
- reCAPTCHA Support, SSL Support, Language Files Support
- Gravatar support for picture selection (via account profile) (NEW)
- Create a painless user experience for sign up and sign in
- Create code that is easily understood and re-purposed
- Utilize Twitter Bootstrap (a fantastic CSS / JS library)
- Graceful degradation of JavaScript and CSS
- Proper usage of CodeIgniter's libraries, helpers and plugins
- Easily Configurable via config file
-
/application/
- what you should be editing / creating in -
/system/
- default CodeIgniter system folder (don't touch!) -
/resource/
- css / images / javascript (folder configurable viaconstants.php
) -
/user_guide/
- latest guide for CI (can be deleted, just for CI reference)
- recaptcha_pi.php - recaptcha-php-1.11
- facebook_pi.php - v.3.2.2
- twitter_pi.php - Updated to latest release - Jun 21, 2013
- phpass_pi.php - Version 0.3 / genuine (latest)
- openid_pi.php - php-openid-php5.3
- gravatar.php - codeigniter (6/25/2012) rls
- CURL
- DOM or domxml
- GMP or Bcmatch