Authentication for RPC and HTTP
gopherbot opened this issue · 2 comments
gopherbot commented
by visan.ovidiu:
Both for RPC and HTTP an authentication package is needed. Do you plan to add it in Go 1.1?
rsc commented
Authentication means many things to many people. We need to make sure it is possible to hook authentication in, but it is probably not a good idea to bake in one specific way in the standard library. In both rpc and http you can already do authentication, whether by custom codecs in rpc or a wrapper handler in http.
Status changed to WontFix.
gopherbot commented