yggio-account: A 'login service' for yggio services
Note: this replaces 'yggio-service-account-manager'
to register a new service provider, an yggio-user is needed. This module encapsulates the stuff necessary to use "user information" to login/register that yggio-user.
Usage
const account = ;// you need a config with the correct stuffsconst serviceAccountInfo = username: 'my-new-service@test.com' password: 'so-secret-so-secret' retryDelay: 7000 // ms (if !retryDelay, default is 5000 ms);return serviceAccountManager ;
License
yggio-account is under the MIT license. See LICENSE file.