Skip to content

Commit

Permalink
refactor: No longer use user_hash (require esup-otp-api => 1.6.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
floriannari committed Jul 16, 2024
1 parent f5e34dd commit fbde392
Show file tree
Hide file tree
Showing 5 changed files with 89 additions and 76 deletions.
52 changes: 26 additions & 26 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "esup-otp-manager",
"version": "1.3.0",
"version": "1.4.0",
"private": true,
"repository": {
"type": "git",
Expand All @@ -27,7 +27,7 @@
"serve-favicon": "^2.5.0",
"socket.io": "~4.7.4",
"socket.io-client": "~4.7.4",
"sweetalert2": "^11.12.1",
"sweetalert2": "^11.12.2",
"undici": "^6.19.2",
"vue": "~2.7.16"
},
Expand All @@ -42,6 +42,6 @@
}
},
"devDependencies": {
"@types/node": "^20.14.9"
"@types/node": "^20.14.10"
}
}
3 changes: 1 addition & 2 deletions properties/esup.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
"serviceBaseURL": "http://localhost:4000/"
},
"port": "",
"api_url": "http://localhost:3000/",
"api_url": "http://localhost:3000",
"api_password":"changeit",
"users_secret":"changeit",
"session_secret_key": "changeit",
"admins": ["john"],
"admins_attributes": {"memberof": "cn=esup-otp.admin,ou=groups,dc=univ-ville,dc=fr"},
Expand Down
Loading

0 comments on commit fbde392

Please sign in to comment.