Skip to content

Commit

Permalink
Merge pull request #4 from bcgov/Add_Authentication
Browse files Browse the repository at this point in the history
Authentication
  • Loading branch information
mgtennant authored Jun 11, 2024
2 parents 6337552 + c21fd5d commit af8084d
Show file tree
Hide file tree
Showing 30 changed files with 1,593 additions and 30 deletions.
214 changes: 211 additions & 3 deletions backend/package-lock.json

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

4 changes: 4 additions & 0 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"@nestjs/common": "^10.0.0",
"@nestjs/config": "^3.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/passport": "^10.0.3",
"@nestjs/platform-express": "^10.0.0",
"@nestjs/schematics": "^10.0.0",
"@nestjs/swagger": "^7.0.3",
Expand All @@ -37,8 +38,11 @@
"dotenv": "^16.0.1",
"express-prom-bundle": "^7.0.0",
"helmet": "^7.0.0",
"jwks-rsa": "^3.1.0",
"nest-winston": "^1.9.4",
"nestjs-prisma": "^0.23.0",
"passport": "^0.7.0",
"passport-jwt": "^4.0.1",
"pg": "^8.11.3",
"prom-client": "^15.1.0",
"react-redux": "^9.1.2",
Expand Down
Loading

0 comments on commit af8084d

Please sign in to comment.