alexbeletsky / backbone-express-spa

Backbone.js + Express.js single page application boilerplate
431 stars 71 forks source link

API authorization and CORS #12

Open alexbeletsky opened 11 years ago

alexbeletsky commented 11 years ago

I really like Github OAuth implementation with issuing access tokens and then using those are request query param, like https://api.github.com/users/alexanderbeletsky/starrted?access_token=e133dj90xu312..., it simple and works nice.