1.0.6 • Published 4 years ago

allex_userresolverservice v1.0.6

Weekly downloads
5
License
ISC
Repository
github
Last release
4 years ago

UserResolverService

Works like this:

  1. Needs a data hash in its constuctor propertyhash, like

    {
        data: {
          modulename: 'allex__somenamespace_usertableservice'
        }
    }
  1. In the constructor a static subservice sink will be acquired, named 'db', sinking the instance of propertyhash.data.modulename instantiated with the very data hash as the propertyhash.

  2. user role will expose methods

    • resolveUser
    • fetchUser
    • registerUser
    • usernamesLike
    • usernameExists
  3. The methods exposed above will be usable through the EntryPoint instance of the allex_entrypointservice (or its child), via http calls.

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

8 years ago

0.0.1

8 years ago