Re: [web2py] Re: authentication with services
great! thank you
[web2py] Re: authentication with services
Did you look here: http://web2py.com/book/default/chapter/09#Services-and-Authentication Anthony On Thursday, February 17, 2011 8:50:56 PM UTC-5, elffikk wrote: > I want to do that > > @auth.requires_login() > @service.amfrpc3('myservice') > def item_list(): > return [1,2,3] > > but