dnt-connect
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -46,3 +46,3 @@ // Generated by CoffeeScript 1.6.3 | ||
Connect.prototype.getUrl = function(type, redirectUrl) { | ||
return ['http://www.turistforeningen.no/connect/', type, '/?client=', this.client, '&data=', this.encryptJSON(this.getPayload(redirectUrl))].join(''); | ||
return ['https://www.turistforeningen.no/connect/', type, '/?client=', this.client, '&data=', this.encryptJSON(this.getPayload(redirectUrl))].join(''); | ||
}; | ||
@@ -49,0 +49,0 @@ |
{ | ||
"name": "dnt-connect", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Node.JS library for DNT's single sign on service DNT Connect", | ||
@@ -5,0 +5,0 @@ "main": "lib/dnt-connect.js", |
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
6340