Skip to content

Instantly share code, notes, and snippets.

@minhntm
Created September 10, 2021 03:48
Show Gist options
  • Save minhntm/ed2b7608b2f5e8bbd10e4ee1b9d2f083 to your computer and use it in GitHub Desktop.
Save minhntm/ed2b7608b2f5e8bbd10e4ee1b9d2f083 to your computer and use it in GitHub Desktop.
@Global()
@Module({
imports: [
TypeOrmModule.forFeature([UserRepository]),
],
providers: [CaslAbilityFactory, PermissionsGuard, AuthzService],
exports: [CaslAbilityFactory, PermissionsGuard],
})
export class AuthzModule {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment