vitmalina / KickStart

Front-end framework for developing Desktop-Like SPAs
28 stars 13 forks source link

The app.server property, and simple authentication. #5

Closed dmelian closed 10 years ago

dmelian commented 10 years ago

Hi Vitali, I like your works.

This pull request is for add the server property to the app object. This property is the server path for all ajax comunications, or none if there is not an ajax comunication (client only).

Also I have implemented a simple session tracking on server/php for test it. login.php, logout.php and user.php. The folder server/php/sessions must have write permissions and manage all sessions files. There are only one posible session for user, and the session id and filename is the user name.

vitmalina commented 10 years ago

Hi Domingo,

I appreciate you interest in the project and your contribution. The project right now is in early and somewhat unknown stage because of this there are many things are are drastically changing. I have decided to use NodeJS and sole backend for the project and soon will be restructuring folder structure for this. Due to this, I am reluctant to accept your commit as it is in PHP. I have looked thru your code and it looks nice and clean and wish you all the best in your efforts.

Best regards, VItali

dmelian commented 10 years ago

Thank you Vitali, I apreciate your words. Congratulations for your great works!.