actionhero-oauth2-client
Advanced tools
Comparing version 1.0.3 to 2.0.0
@@ -61,4 +61,4 @@ var OAuth2 = require('simple-oauth2'); | ||
//redirect to oauth2 server | ||
connection.rawConnection.responseHeaders.push(['Location', this.getAuthorizationUrl() + credentials]); | ||
connection.rawConnection.responseHttpCode = 307; | ||
res.writeHead(303, {Location: this.getAuthorizationUrl() + credentials}); | ||
res.end(); | ||
}; | ||
@@ -65,0 +65,0 @@ |
{ | ||
"name": "actionhero-oauth2-client", | ||
"version": "1.0.3", | ||
"version": "2.0.0", | ||
"description": "ActionHero OAuth2 Client", | ||
@@ -5,0 +5,0 @@ "keywords": ["actionhero", "oauth2", "client"], |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22423