Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

100 configuração de keycloak para testes no localhost #129

Merged
merged 3 commits into from
Jun 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
-c constraints.txt

pas.plugins.oidc
pas.plugins.oidc==2.0.0a1
zope.testrunner
2 changes: 2 additions & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"@eeacms/volto-eea-kitkat",
"@kitconcept/volto-slider-block",
"@codesyntax/volto-social-sharing",
"@plone-collective/volto-authomatic",
"volto-extranet-cmc"
],
"jest": {
Expand Down Expand Up @@ -145,6 +146,7 @@
"@codesyntax/volto-social-sharing": "*",
"@eeacms/volto-eea-kitkat": "*",
"@kitconcept/volto-slider-block": "*",
"@plone-collective/volto-authomatic": "*",
"@plone/volto": "17.6.1"
},
"devDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4102,6 +4102,15 @@ __metadata:
languageName: node
linkType: hard

"@plone-collective/volto-authomatic@npm:*":
version: 2.0.1
resolution: "@plone-collective/volto-authomatic@npm:2.0.1"
peerDependencies:
"@plone/volto": ">=13.8.0"
checksum: 3ef620d30dd7c5716a327acdd8875df3b7902d2812c9d6dd1faf4dd36fd8462b32d04b20011070edfc781d5139f7eb0745702cf147e4703c0d8bb4315e8abfaa
languageName: node
linkType: hard

"@plone-collective/volto-sentry@npm:0.3.1":
version: 0.3.1
resolution: "@plone-collective/volto-sentry@npm:0.3.1"
Expand Down Expand Up @@ -15026,6 +15035,7 @@ __metadata:
"@codesyntax/volto-social-sharing": "*"
"@eeacms/volto-eea-kitkat": "*"
"@kitconcept/volto-slider-block": "*"
"@plone-collective/volto-authomatic": "*"
"@plone/scripts": ^3.0.0
"@plone/volto": 17.6.1
"@storybook/addon-actions": ^6.3.0
Expand Down
Loading