I´ve created a brand new java protocol buffer service based on protobuf-socket-rpc <http://code.google.com/p/protobuf-socket-rpc/> implementation. I works perfectly, my callback method is called pretty perfect...
But now i am dealing with an issue related to security. How to provide security authentication/authorization for these services... Once i am going to publish theses services through internet, and the clients are mobile phones, i simply can´t keep it open for anyone. Does anyone of have any suggestion? Anyway to use OAuth + Protocol Buffers RPC? I already though about avoiding using proto buffer RPC and instead of it, i could handle simple proto messages over https and so doing auth based on servlet specification... But i though it would cost in performance... Well i would really appreciate any suggestion... Thank you! Att, Marcello Ribeiro -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/protobuf?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
