1.0.6 • Published 2 years ago

allex_userresolverservice v1.0.6

Weekly downloads
5
License
ISC
Repository
github
Last release
2 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

2 years ago

1.0.5

3 years ago

1.0.4

4 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

7 years ago

0.0.1

7 years ago