Authentication



Hey,

I've just committed the first lines of code of AGO :)

I've implemented some basic features of the Authentication Library, 
i.e. 
* Set/Get user Permissions
* Verify User Permissions for certain Role
* Authenticate user in the system (, although this isn't complete yet).

User Roles are being declared in a config file(/system/application/config/authentication.php).

We need to decide what roles we want represent with the ACL. We discussed that sometime ago but I don't remember what we came up with.

I'm using CI DB Sessions(+ plus some alterations) to implement Authentication. 
This is more secure than regular cookies but also increases accesses to the database :s

That's everything for now.

Cheers,

Bruno Santos



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]