Interesting!I needed similar thing, what I ended up doing is when Go service receive direct request, it will forward cookies along with action about to be performed to rails, and rails will authenticate and authorize send result to Go service.
--
You received this message because you are subscribed to a topic in the Google Groups "golang-nuts" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/golang-nuts/_nUQ1brlPBY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to golang-nuts...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts...@googlegroups.com.
My "crypto" package supports defining a msg serializer using message pack. You just need a struct implementing the interface and everything will work fine.
I already added a few serializers, PR welcome (or the serializer could live on its own since it has external dependencies).
- Matt
an email to golang-nuts+unsubscribe@googlegroups.com.
an email to golang-nuts...@googlegroups.com.
@Nicolas I would love to see your code, especially if you used Django's web session or another popular Python lib.