Skip to content

Commit

Permalink
Merge pull request #292 from PrestaShopCorp/ACCOUNT-1591/feat/trackin…
Browse files Browse the repository at this point in the history
…g-bo-login

[ACCOUNT-1591] feat:tracking bo login & oauth2 logout
  • Loading branch information
emmanuelgautier authored Feb 7, 2023
2 parents 5b95589 + 5e46fb8 commit abb6421
Show file tree
Hide file tree
Showing 19 changed files with 1,038 additions and 131 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,3 @@ yarn-debug.log*
yarn-error.log*

.vscode
/tests/local_config.php
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
"prestashop/module-lib-service-container": "^1.2",
"sentry/sentry": "^1.0",
"league/oauth2-client": "^2.6",
"prestashopcorp/oauth2-prestashop": "dev-main"
"prestashopcorp/oauth2-prestashop": "^1.1.0",
"segmentio/analytics-php": "^1.8",
"ramsey/uuid": "^4.2"
},
"require-dev": {
"phpunit/phpunit": "^8.5",
Expand Down
Loading

0 comments on commit abb6421

Please sign in to comment.