Skip to content

Commit

Permalink
feat: update kratos to 1.12.0 (#990)
Browse files Browse the repository at this point in the history
  • Loading branch information
m8vago authored Aug 5, 2024
1 parent 76c5882 commit 83e3df5
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 20 deletions.
14 changes: 7 additions & 7 deletions web/crux-ui/package-lock.json

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

2 changes: 1 addition & 1 deletion web/crux-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"install:x64": "npm install --target_arch=x64"
},
"dependencies": {
"@ory/kratos-client": "^1.1.0",
"@ory/kratos-client": "^1.2.1",
"clsx": "^2.0.0",
"formik": "^2.4.3",
"js-yaml": "^4.1.0",
Expand Down
20 changes: 10 additions & 10 deletions web/crux/package-lock.json

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

2 changes: 1 addition & 1 deletion web/crux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@nestjs/platform-ws": "^10.1.3",
"@nestjs/swagger": "^7.1.6",
"@nestjs/websockets": "^10.1.3",
"@ory/kratos-client": "^1.1.0",
"@ory/kratos-client": "^1.2.1",
"@prisma/client": "5.1.0",
"@types/google-protobuf": "^3.15.6",
"@types/semver": "^7.5.0",
Expand Down
2 changes: 1 addition & 1 deletion web/kratos/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/oryd/kratos:v1.1.0
FROM docker.io/oryd/kratos:v1.2.0

USER root

Expand Down
1 change: 1 addition & 0 deletions web/kratos/kratos.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ selfservice:
registration:
lifespan: 10m
ui_url: ${CRUX_UI_URL}/auth/registration
enable_legacy_one_step: true
after:
password:
hooks:
Expand Down

0 comments on commit 83e3df5

Please sign in to comment.