Skip to content

Commit

Permalink
feat(authentication-service): add auth service to source loop catalog
Browse files Browse the repository at this point in the history
SFO-20
  • Loading branch information
samarpan-b committed Jul 16, 2020
1 parent e2b7fad commit 909f304
Show file tree
Hide file tree
Showing 129 changed files with 13,289 additions and 1,378 deletions.
9 changes: 8 additions & 1 deletion packages/core/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,12 @@
"Event Not Exist": "Event Not Exist",
"Start Date Can Not Greater Then End Date": "Start Date Can Not Greater Then End Date",
"Duplicate DayOfWeek": "Duplicate DayOfWeek",
"Id in Request Body not matching with Query Parameters": "Id in Request Body not matching with Query Parameters"
"Id in Request Body not matching with Query Parameters": "Id in Request Body not matching with Query Parameters",
"AWS SNS Config missing !": "AWS SNS Config missing !",
"relation \"public.notifications\" does not exist": "relation \"public.notifications\" does not exist",
"The key 'datasources.NotifDb' is not bound to any value in context TestingApplication-aaab5914-12e5-4659-a433-164605389dde": "The key 'datasources.NotifDb' is not bound to any value in context TestingApplication-aaab5914-12e5-4659-a433-164605389dde",
"ENOENT": " no such file or directory, open '/home/samarpan/projects/loopback/loopback4-microservice-catalog/services/authentication-service/public/index.html'",
"The key 'sf.clientAuthentication.currentClient' is not bound to any value in context RequestContext-yWsyEvu3TeGuly75aFbRdg-13 (context": " RequestContext-yWsyEvu3TeGuly75aFbRdg-13, binding: sf.clientAuthentication.currentClient, resolutionPath: controllers.LoginController --> @LoginController.constructor[0])",
"Client Invalid": "Client Invalid",
"host is required": "host is required"
}
199 changes: 164 additions & 35 deletions packages/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@
"@loopback/core": "^2.7.0",
"@loopback/repository": "^2.5.1",
"@loopback/rest": "^5.0.1",
"@loopback/service-proxy": "^2.3.1",
"@loopback/service-proxy": "^2.3.4",
"i18n": "^0.10.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.15",
"lodash": "^4.17.19",
"logform": "^2.1.2",
"loopback-datasource-juggler": "^4.21.2",
"loopback4-authentication": "^3.0.1",
"loopback4-authentication": "^4.0.1",
"loopback4-authorization": "^2.3.2",
"loopback4-helmet": "^1.0.3",
"loopback4-ratelimiter": "^1.0.0",
Expand All @@ -68,6 +68,7 @@
"@types/i18n": "^0.8.6",
"@types/jsonwebtoken": "^8.5.0",
"@types/lodash": "^4.14.153",
"@types/moment": "^2.13.0",
"@types/moment-timezone": "^0.5.13",
"@types/node": "^10.17.24",
"eslint": "^7.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/core/src/components/bearer-verifier/keys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ export interface IAuthUserWithPermissions<
middleName?: string;
tenantId?: TID;
userTenantId?: UTID;
passwordExpiryTime?: Date;
}
Loading

0 comments on commit 909f304

Please sign in to comment.