This is an automated email from the ASF dual-hosted git repository. jky pushed a commit to branch test in repository https://gitbox.apache.org/repos/asf/flagon-useralejs.git
commit 8b0742028eab95a7923fde8c0a33479b75de0a5e Merge: aac8e67 5ea9251 Author: Jason Young <[email protected]> AuthorDate: Wed Jan 24 16:59:45 2024 -0500 Merge pull request #398 from EandrewJones/#397-Add-auth-header-callback-option #397 Add authHeader callback option build/UserALEWebExtension/background.js | 19 +++-- build/UserALEWebExtension/content.js | 19 +++-- build/userale-2.4.0.js | 93 +++++++++++++++++++++-- build/userale-2.4.0.min.js | 2 +- src/auth.js | 78 +++++++++++++++++++ src/main.js | 1 + src/sendLogs.js | 29 +++++--- test/auth_spec.js | 128 ++++++++++++++++++++++++++++++++ test/sendLogs_spec.js | 41 +++++++++- 9 files changed, 373 insertions(+), 37 deletions(-)
