southpolesteve/github-ember

Optional integration with oauth.io to make this a truly client side app

Closed this issue · 2 comments

Check it out: https://oauth.io/

Also, nice presentation. 🍻

Thanks! I've definitely looked into oath.io. Still on the fence right now. I'm not super excited about giving them my secret token, but I could see changing my mind on that later. Right now I ruby/rails does heavy lifting on a few other things anyways, so oath isn't the only thing it does. One day I'll have to try to port this to grunt/node and see how it goes

Giving up your keys is always the problem with these integration pieces.

A Node version would be nice. There are some nice oauth libs ( node-oauth, connect-auth ). You can also always ape the oauth.io implementation.