Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Authentication for RPC and HTTP #4591

Closed
gopherbot opened this issue Dec 26, 2012 · 2 comments
Closed

Authentication for RPC and HTTP #4591

gopherbot opened this issue Dec 26, 2012 · 2 comments
Milestone

Comments

@gopherbot
Copy link
Contributor

by visan.ovidiu:

Both for RPC and HTTP an authentication package is needed. Do you plan to add it in Go
1.1?
@rsc
Copy link
Contributor

rsc commented Dec 29, 2012

Comment 1:

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
Copy link
Contributor Author

Comment 2 by visan.ovidiu:

Right, you got a point there, thank you for your reply.

@rsc rsc added this to the Go1.1 milestone Apr 14, 2015
@rsc rsc removed the go1.1 label Apr 14, 2015
@golang golang locked and limited conversation to collaborators Jun 24, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants