A
A
Anton Dyshkant2015-04-26 11:28:36
MySQL
Anton Dyshkant, 2015-04-26 11:28:36

What is the best way to implement a mechanism for working with users on CodeIgniter?

Hello!
I'm developing a project on CodeIgniter, it's time to attach a mechanism for working with users to it.
I want to ask if you can advise ready-made solutions or ready-made approaches to the implementation of such a mechanism.
The necessary functionality is quite predictable: login, logout, authorization through our website in third-party services (Google, Facebook), authorization / registration on our website through third-party services (Google, Facebook), storing information about the user, storing various information (from different tables) in the context of the user, etc.
If you break the question into smaller ones:
1) What ready-made libraries / controllers would you recommend that implement this functionality?
2) What articles that describe what such a mechanism looks like and how to implement it, would you recommend reading?
3) If you implement it manually, what points are important not to omit (maybe there is something non-obvious)?
4) Other technical details: should the user be a model, should there be a separate controller to work with users, how to link information from different tables with the user, how to correctly use the built-in Cookies mechanism in CodeIgniter in this context?
Z.Y. HMVC add-ons to CodeIgniter are highly undesirable in my case.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Krivoshein, 2015-04-27
@kdes70

here is a not bad component, https://github.com/eyoosuf/DX-Auth

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question