On Mon, 2011-08-08 at 14:08 -0500, Michael Merickel wrote:
> I'm one of the developers of the JSON-RPC code in pyramid_rpc. It
> hasn't been released yet but I think we'll be doing that in the near
> future (I hope).
> 
> 
> If you have any questions about the implementation please ask. It
> currently supports a fairly large amount of the 2.0 spec.
> 

It's pretty good so far! How are permissions going to be handled? ATM, I
see that the @rpc_view() decorator attaches the particular view to every
route with view=jsonrpc_endpoint. Routes currently can have permission
requirements, but not individual views. So if I have a public route
(needed for e.g., login) all views become public if the client knows the
incantation.

- Jim Washington



-- 
You received this message because you are subscribed to the Google Groups 
"pylons-devel" group.
To post to this group, send email to pylons-devel@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-devel?hl=en.

Reply via email to