I've been using jsOAuth for Titanium Mobile projects that access
Twitter. Thanks for the library.
Now, I need to access an OAuth 2.0 (current draft = 22) -based host
service from a Titanium Mobile app.
The host service is written using
https://github.com/socialcast/devise_oauth2_providable
and supports two grant flows: Resource Owner Password Credentials
grant flow and the Authorization Code grant flow.
Is there support for OAuth 2.0 in the jsOAuth 2.0 branch? If I were to
work on this, would that be the branch to start from? Are there any
other javascript libraries that you've used for OAuth 2.0?
Thanks for any info,
-Dan