Skip to content

Commit

Permalink
feat: autenticação: usuario
Browse files Browse the repository at this point in the history
  • Loading branch information
guesant committed Feb 25, 2024
1 parent fcd903f commit 1456ed6
Show file tree
Hide file tree
Showing 69 changed files with 1,157 additions and 122 deletions.
4 changes: 4 additions & 0 deletions luna-backend/devops/development/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ KC_CLIENT_ID=luna-backend
KC_CLIENT_SECRET=8c9jOX4v0J9k0nwfdWQRpoGlNDcsSprf

#

# ENABLE_MOCK_ACCESS_TOKEN=true

#
2 changes: 2 additions & 0 deletions luna-backend/devops/development/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ services:
- './volumes/db/scripts/docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d'
networks:
- sisgea-luna-net
ports:
- 127.0.0.1:5432:5432
env_file:
- .db.env

Expand Down
149 changes: 113 additions & 36 deletions luna-backend/package-lock.json

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

10 changes: 9 additions & 1 deletion luna-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,29 @@
},
"dependencies": {
"@apollo/server": "^4.10.0",
"@keycloak/keycloak-admin-client": "^23.0.7",
"@nestjs/apollo": "^12.1.0",
"@nestjs/common": "^10.0.0",
"@nestjs/config": "^3.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/event-emitter": "^2.0.2",
"@nestjs/graphql": "^12.1.0",
"@nestjs/passport": "^10.0.3",
"@nestjs/platform-express": "^10.0.0",
"@nestjs/schedule": "^3.0.4",
"@nestjs/swagger": "^7.3.0",
"@nestjs/throttler": "^5.0.0",
"@sisgea/nest-auth-connect": "^1.0.0-development.3",
"compression": "^1.7.4",
"graphql": "^16.8.1",
"helmet": "^7.0.0",
"inclusion": "^1.0.1",
"jsonwebtoken": "^9.0.2",
"jwks-rsa": "^3.1.0",
"lodash": "^4.17.21",
"lru-cache": "^10.2.0",
"openid-client": "^5.6.4",
"passport": "^0.7.0",
"passport-http-bearer": "^1.0.1",
"pg": "^8.11.3",
"rascal": "^17.0.1",
"reflect-metadata": "^0.1.13",
Expand All @@ -61,6 +68,7 @@
"@types/jest": "^29.5.2",
"@types/lodash": "^4.14.202",
"@types/node": "^20.3.1",
"@types/passport-http-bearer": "^1.0.41",
"@types/supertest": "^2.0.12",
"@types/uuid": "^9.0.6",
"@typescript-eslint/eslint-plugin": "^6.0.0",
Expand Down
Loading

0 comments on commit 1456ed6

Please sign in to comment.