backbone-express-spa
backbone-express-spa copied to clipboard
API authorization and CORS
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.