oauthjs / express-oauth-server

Complete, compliant and well tested module for implementing an OAuth2 Server/Provider with express in node.js
MIT License
484 stars 384 forks source link

Fix/send header #15

Closed pgdejardin closed 8 years ago

pgdejardin commented 8 years ago

This PR should fix the error from Express saying that it can't set headers after they are sent.

visvk commented 8 years ago

Duplication of #8