mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
d1d02d9eae
* Redirect to default URL after 1FA when default policy is one_factor. User is now redirected to the default redirection URL after 1FA if the default policy is set to one_factor and there is no target URL or if the target URL is unsafe. Also, if the default policy is set to one_factor and the user is already authenticated, if she visits the login portal, the 'already authenticated' view is displayed with a logout button. This fixes #581. * Update users.yml * Fix permissions issue causing suite test failure
64 lines
1.7 KiB
JSON
64 lines
1.7 KiB
JSON
{
|
|
"name": "web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.25",
|
|
"@fortawesome/free-regular-svg-icons": "^5.11.2",
|
|
"@fortawesome/free-solid-svg-icons": "^5.11.2",
|
|
"@fortawesome/react-fontawesome": "^0.1.7",
|
|
"@material-ui/core": "^4.7.0",
|
|
"@material-ui/icons": "^4.5.1",
|
|
"@types/chai": "^4.2.5",
|
|
"@types/classnames": "^2.2.9",
|
|
"@types/enzyme": "^3.10.3",
|
|
"@types/jest": "24.0.23",
|
|
"@types/node": "12.12.12",
|
|
"@types/qrcode.react": "^1.0.0",
|
|
"@types/query-string": "^6.3.0",
|
|
"@types/react": "^16.9.19",
|
|
"@types/react-dom": "16.9.4",
|
|
"@types/react-ga": "^2.3.0",
|
|
"@types/react-router-dom": "^5.1.2",
|
|
"axios": "^0.19.0",
|
|
"babel-preset-react-app": "^9.1.1",
|
|
"chai": "^4.2.0",
|
|
"classnames": "^2.2.6",
|
|
"enzyme": "^3.10.0",
|
|
"enzyme-adapter-react-16": "^1.15.1",
|
|
"qrcode.react": "^1.0.0",
|
|
"query-string": "^6.9.0",
|
|
"react": "^16.12.0",
|
|
"react-dom": "^16.12.0",
|
|
"react-ga": "^2.7.0",
|
|
"react-loading": "^2.0.3",
|
|
"react-otp-input": "^1.0.1",
|
|
"react-router-dom": "^5.1.2",
|
|
"react-scripts": "3.2.0",
|
|
"react-test-renderer": "^16.12.0",
|
|
"typescript": "3.7.2",
|
|
"u2f-api": "^1.1.1"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|