2.0.5 • Published 1 year ago

@rocketmakers/orbit-auth-typeorm v2.0.5

Weekly downloads
5
License
ISC
Repository
gitlab
Last release
1 year ago

@rocketmakers/orbit-auth-typeorm

Set of repository-layer classes required in the orbit auth microservice.

Environment config

Once installed as a dependency, any env vars required by this package will be listed as properties of the @rocketmakers/environment generated class found at node_modules/@rocketmakers/orbit-auth-typeorm/lib/config/environment.generated.d.ts.

Implementation

When using @rocketmakers/orbit-auth-typeorm there are two options to register service classes with your ioc framework.

Option #1:

If you only want to register individual classes as needed, you can bootstrap repositories as you would with any other class.

Option #2:

You can bootstrap auth repository classes using the exposed registerAuthTypeormIoC() function by following the steps below.

// Register core types and services from @rocketmakers/orbit-core
const coreContainer = registerCoreIoC(logger);

// Register types and repository classes from @rocketmakers/orbit-auth-typeorm
const repoContainer = await registerAuthTypeormIoC(coreContainer);

Docs

Hosted docs covering types, interfaces and all service class/method signatures within this package can be found using the link below:

Documentation

Source code

Source code for this package can be found using the link below:

Source code

Contributing docs can be found in the README.md

2.0.4-2

1 year ago

2.0.3

1 year ago

2.0.4-1

1 year ago

2.0.5

1 year ago

2.0.4

1 year ago

2.0.4-6

1 year ago

2.0.4-5

1 year ago

2.0.4-4

1 year ago

2.0.4-3

1 year ago

2.0.2-4

2 years ago

2.0.2-3

2 years ago

2.0.2

2 years ago

2.0.2-2

2 years ago

2.0.2-1

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

2.0.1

2 years ago

2.0.0-beta.9

2 years ago

2.0.0-beta.8

2 years ago

2.0.0-beta.10

2 years ago

2.0.0

2 years ago

2.0.0-beta.7

2 years ago

2.0.0-beta.6

2 years ago

2.0.0-beta.5

2 years ago

2.0.0-beta.4

2 years ago

2.0.0-beta.3

2 years ago

2.0.0-beta.2

2 years ago

2.0.0-beta.1

2 years ago

2.0.0-beta.0

2 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

0.1.15

3 years ago

0.1.14

3 years ago