-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support username/apikey use-case in CloudPakForDataAuthenticator
Fixes arf/planning-sdk-squad#2344 This commit enhances the CP4D Authenticator to support the username/apikey use case. With these changes, a user has the ability to construct a CP4D authenticator using either a username/password pair or a username/apikey pair. The authenticator will now use the official "POST /v1/authorize" operation for obtaining an access token.
- Loading branch information
Showing
10 changed files
with
716 additions
and
522 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 |
---|---|---|
|
@@ -5,7 +5,7 @@ credentials.txt | |
*.coverprofile | ||
node_modules/ | ||
.project | ||
.env | ||
*.env | ||
|
||
# ignore vendor/ | ||
vendor/ | ||
|
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
Oops, something went wrong.