![]() |
Ion Auth - Lightweight Auth System based on Redux Auth 2 - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: Ion Auth - Lightweight Auth System based on Redux Auth 2 (/showthread.php?tid=27435) Pages:
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
|
Ion Auth - Lightweight Auth System based on Redux Auth 2 - El Forum - 01-31-2011 [eluser]Ben Edmunds[/eluser] You have to change passwords using the library. What issues are you seeing? Have you implemented this CI2.0 patch? https://bitbucket.org/ellislab/codeigniter/issue/252/undefined-method-error-produced-when-using Ion Auth - Lightweight Auth System based on Redux Auth 2 - El Forum - 02-01-2011 [eluser]SpitefulTowel[/eluser] Has anyone gotten Facebook or OAuth working with Ion_Auth? Ion Auth - Lightweight Auth System based on Redux Auth 2 - El Forum - 02-01-2011 [eluser]Ben Edmunds[/eluser] SpitefulTowel, Yes I've used both with Ion Auth. Ion Auth - Lightweight Auth System based on Redux Auth 2 - El Forum - 02-01-2011 [eluser]SpitefulTowel[/eluser] Any plans to release it as part of Ion_Auth? Ion Auth - Lightweight Auth System based on Redux Auth 2 - El Forum - 02-01-2011 [eluser]Ben Edmunds[/eluser] SpitefulTowel, Nope. Ion Auth has to remain independent of any external APIs. If you want to open source a module that users ion_auth and FB together feel free. Ion Auth - Lightweight Auth System based on Redux Auth 2 - El Forum - 02-01-2011 [eluser]SpitefulTowel[/eluser] Damn I was hoping to not have to re-invent the wheel :-P Ion Auth - Lightweight Auth System based on Redux Auth 2 - El Forum - 02-01-2011 [eluser]Future Webs[/eluser] Ive not read the whole 75 pages here so not 100% sure if this has been mentioned. I think the word groups should be roles instead. Apart from describing things better lots of sites allow users to create groups and it can get confusing having the same names Ion Auth - Lightweight Auth System based on Redux Auth 2 - El Forum - 02-02-2011 [eluser]Ben Edmunds[/eluser] fwebs, I'll consider that for V2 of Ion Auth but the current version will not change because it would break backwards compatibility. Thanks for the input though. Ion Auth - Lightweight Auth System based on Redux Auth 2 - El Forum - 02-02-2011 [eluser]xatrix[/eluser] Ben could you give a quick how-to on what one should do to have FB/OAuth/Gmail integrated with Ion? Ion Auth - Lightweight Auth System based on Redux Auth 2 - El Forum - 02-03-2011 [eluser]CARP[/eluser] Ben Can I use IonAuth on latest CodeIgniter 2.0 stable release? Did you try it toghether? I'd like to upgrade and be sure IonAuth will work too |