This is an automated email from the ASF dual-hosted git repository.
jky pushed a change to branch test
in repository https://gitbox.apache.org/repos/asf/flagon-useralejs.git
from aac8e67 removes incubator disclaimer from README
add c025686 #397 adds registerAuthCallback function using strategy
pattern; adds tests
add 5ea9251 add updated build
new 8b07420 Merge pull request #398 from
EandrewJones/#397-Add-auth-header-callback-option
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
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(-)
create mode 100644 src/auth.js
create mode 100644 test/auth_spec.js