As of now I am using a PHP MVC Framework in the Backend (Codeigniter), moreover, I haven’t made it RESTful for some reasons.
So my question is for devs using a PHP backend, how have you implemented user authentication? Moreover, how do you create sessions? I just want to know how it can be done. Any articles or suggestions in this direction would be greatly appreciated.
Just saw your tweet, thanks a ton @tarasm! I am hopeful of some positive replies as I haven’t seen much articles on Emberjs & PHP. The place where I did my last internship, the guys there implemented the same stack I am using but the difference was that, that their backend was RESTful. I will try to take some ideas from them as well & contribute here.
I’d be hard pressed to imagine a scenario where you wouldn’t want to build a RESTful API. Is it just lack of experience or a specific feature requirement?
Actually the reason being, I don’t have much knowledge about RESTful APIs & I am using this stack for a college project. I would have used simple jQuery & Codeigniter but Ember is way more elegant & clean.
Sure, I can tell you. I am actually creating a kind of add on for an Animation conference which will enable the members to create projects and teams, add members to the teams etc. It’s called Pipeline & Team Generator.
if you have some skills in PHP, MVC and OO,
you can have a look at https://github.com/iwalz/zf2-doctrine2-getting-started
i don t think the project is maintained, but you can easily redo it by following an up to date tutorial from scratch, he is based on zf2 and doctrine2, and it’s a bug tracker sample project …