ecrs-auth-core 1.0.38 → 1.0.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/auth.module.js +2 -0
- package/package.json +1 -1
package/dist/auth.module.js
CHANGED
|
@@ -117,6 +117,7 @@ let AuthCoreModule = AuthCoreModule_1 = class AuthCoreModule {
|
|
|
117
117
|
feature_guard_1.FeatureGuard,
|
|
118
118
|
route_guard_1.RouteGuard,
|
|
119
119
|
permission_guard_1.PermissionGuard,
|
|
120
|
+
jwt_1.JwtService
|
|
120
121
|
],
|
|
121
122
|
controllers: [auth_controller_1.AuthController],
|
|
122
123
|
exports: [
|
|
@@ -125,6 +126,7 @@ let AuthCoreModule = AuthCoreModule_1 = class AuthCoreModule {
|
|
|
125
126
|
'MODULE_CONFIG',
|
|
126
127
|
// optional but handy:
|
|
127
128
|
jwt_1.JwtModule,
|
|
129
|
+
jwt_1.JwtService,
|
|
128
130
|
auth_service_1.AuthService,
|
|
129
131
|
jwt_strategy_1.JwtStrategy,
|
|
130
132
|
jwt_guard_1.JwtAuthGuard,
|