Ex Pusher Lite - Part 2 - First Working Core!

1 · Fabio Akita · Dec. 14, 2015, 5:04 p.m.
In Part 1 I basically started with Daniel Neighman's tutorial. In Part 2 I will add the proper mechanisms to make a minimal core that is actually useful and deploy it to Heroku. In order to do that I need to implement the following: a simple Administration authentication (a hardcoded admin_username and admin_password will do for now) an admin restricted "/api/admin/apps" endpoint to manage new Applications. Each Application should have a randomly generated key and secret. the existing "/events"...