backtrace-service
Advanced tools
Comparing version 1.1.12 to 1.1.13
{ | ||
"name": "backtrace-service", | ||
"version": "1.1.12", | ||
"version": "1.1.13", | ||
"description": "Common tools for Backtrace Node services", | ||
@@ -5,0 +5,0 @@ "author": "Backtrace", |
@@ -209,2 +209,12 @@ # Backtrace Service Layer nodejs library | ||
#### loginCoronerd | ||
A service may login to a coronerd via its base URL using this method. This | ||
performs a login using the service HMAC exchange, returning a configuration | ||
that includes a token usable for service purposes. | ||
```javascript | ||
const cfg = await identityManager.loginCoronerd("https://foo.sp.backtrace.io"); | ||
``` | ||
#### GetConfiguration | ||
@@ -211,0 +221,0 @@ |
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
72040
302