forked from benedmunds/CodeIgniter-Ion-Auth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
57 lines (38 loc) · 1.59 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
THIS IS IN DEVELOPMENT - BETA
NOTE - the docs have not been updated for v2 yet.
======================================
Ion Auth 2
The future of authentication
by Ben Edmunds
======================================
Redux Auth 2 had a lot of potential. It's lightweight, simple, and clean,
but had a ton of bugs and was missing some key features. So we refactored
the code and added new features.
This version drops any backwards compatibility and makes things even more
awesome then you could expect.
DOCUMENTATION:
Documentation WILL BE located at http://benedmunds.com/ion_auth2/
INSTALLATION:
Just copy the files from this package to the correspoding folder in your
application folder. For example, copy Ion_auth/config/ion_auth.php to
system/application/config/ion_auth.php.
Then just run the appropriate SQL file (if you're using migrations you can
get the migrations from JD here:
https://github.com/iamfiscus/codeigniter-ion-auth-migration).
USING THE LIBRARY:
In the package you will find example usage code in the controllers and views
folders. The example code isn't the most beautiful code you'll ever see but
it'll show you how to use the library and it's nice and generic so it doesn't
require a MY_controller or anything else.
DEFAULT LOGIN:
Username: [email protected]
Password: password
IMPORTANT:
It is highly recommended that you use encrypted database sessions for security!
OPTIMIZATION:
It is recommended that you add your identity column as an index.
Feel free to send me an email if you have any problems.
Thanks,
-Ben Edmunds
@benedmunds