Discussion: OAuth over https.

A quick intro: I was toying with using windows8 and creating one of the new metro style apps for glitch. I keep falling short trying to impliment the auth requests.  

.Net has a lovely library to help with most of this (And display the relevent popup to auth window in a nice pretty ui. ) How ever it expects (And fails silently) if you do not try and authorise over https.

Would turning on https for the api (at least the auth endpoint) ever be something considered?
yes - we should do this
OAuth (and the rest of the api) can be optionally called over HTTPS

The OAuth demos have been updated:
* www.iamcal.com/misc/glitch/
* github.com/iamcal/glitch-oa...
That was fast, Thanks a bunch!