feat(actions): local users (#5089)

Actions are extended to to local users. It's possible to run custom code during registration and authentication of local users.
This commit is contained in:
Silvan
2023-01-25 14:08:01 +01:00
committed by GitHub
parent 19621acfd3
commit c54ddc71a2
48 changed files with 704 additions and 188 deletions

1
e2e/.gitignore vendored
View File

@@ -1 +1,2 @@
node_modules
.cypress-cache

View File

@@ -7,3 +7,6 @@ node_modules
cypress/screenshots/
cypress/videos/
cypress/results/
# not compiling code
cypress/e2e/actions/e2eSetMetadata.js

View File

@@ -2,4 +2,4 @@
"printWidth": 125,
"singleQuote": true,
"trailingComma": "all"
}
}

View File

@@ -12,7 +12,6 @@ export default defineConfig({
json: true,
},
chromeWebSecurity: false,
trashAssetsBeforeRuns: false,
defaultCommandTimeout: 10000,