docker / libchan

Like Go channels over the network
Apache License 2.0
2.47k stars 142 forks source link

Update authentication to use updated spdystream interface #25

Closed dmcgowan closed 10 years ago

dmcgowan commented 10 years ago

Update the authentication interface to align with the changes in spdystream. Authentication of new connections in the listener will still use an Authenticator function, however authorization of individual streams should not be done in the stream handler instead of a separate authorize function returned by the Authenticator function. This change also requires new stream handlers to now handle sending the reply on the stream.