-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(xapi): add support for Basic auth via meta_secret-lrs-payload
Add support for Basic auth via meta_secret-lrs-payload. The new supported payload format is: ```json { "lrs_endpoint": "https://lrs1.example.com", "lrs_username": "user", "lrs_password": "pass" } ``` Check the xAPI module's README for more information.
- Loading branch information
1 parent
10a14c8
commit 148b6c4
Showing
3 changed files
with
46 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file. | |
|
||
### UNRELEASED | ||
|
||
* feat(xapi): add support for Basic auth via meta_secret-lrs-payload | ||
* build: [email protected] | ||
|
||
### v3.1.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters