(O)Auth with ExtJS

Posted by TheShow on Stack Overflow See other posts from Stack Overflow or by TheShow
Published on 2010-04-20T18:34:54Z Indexed on 2010/05/24 17:41 UTC
Read the original article Hit count: 459

Filed under:
|
|

Hi,

today i tried to get django-piston and ExtJS working. I used the ExtJS restful example and the piston example to create a little restful webapp. Everything works fine except the authentication.

Whats the best way to get Basic/Digest/OAuth authentication working with ExtJS? Atm I'm not sure where to set the Username/Password.

Thanks

© Stack Overflow or respective owner

Related posts about extjs

Related posts about oauth