Is it possible to use OAuth/Google AuthSub with just JavaScript? -


it seems hard or downright impossible take advantage of them purely in javascript, without server side script (like 1 in php) helping (like masking secret key.) however, can use javascript on project. still possible use authsub or oauth?

you can't use oauth without doing crypto in browser, can use authsub. in fact google have client library makes easy :-

http://code.google.com/apis/gdata/docs/js-authsub.html


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -