-
Notifications
You must be signed in to change notification settings - Fork 383
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Adding support of client authentication method. (#1814)
* feat: support extra parameter of client authentication method * fix lint * fix lint * fix lint * fix lint * Update src/auth/oauth2client.ts Co-authored-by: aeitzman <[email protected]> * Update src/auth/oauth2client.ts Co-authored-by: aeitzman <[email protected]> * fix the 'any' type into strict check * fix lint * fix lint * Update src/auth/oauth2client.ts Co-authored-by: Leo <[email protected]> * Update src/auth/oauth2client.ts Co-authored-by: Leo <[email protected]> * Update src/auth/oauth2client.ts Co-authored-by: Leo <[email protected]> * Update src/auth/oauth2client.ts Co-authored-by: Leo <[email protected]> * Update src/auth/oauth2client.ts Co-authored-by: Leo <[email protected]> * Update src/auth/oauth2client.ts Co-authored-by: aeitzman <[email protected]> * address comments * fix tests * fix tests * fix tests and lint * Update src/auth/oauth2client.ts Co-authored-by: Leo <[email protected]> * addressing comments * adding validation of no auth header * Update src/auth/oauth2client.ts Co-authored-by: Daniel Bankhead <[email protected]> * Update src/auth/oauth2client.ts Co-authored-by: Daniel Bankhead <[email protected]> * Update src/auth/oauth2client.ts Co-authored-by: Daniel Bankhead <[email protected]> * Update src/auth/oauth2client.ts Co-authored-by: Daniel Bankhead <[email protected]> * Update src/auth/oauth2client.ts Co-authored-by: Daniel Bankhead <[email protected]> * Update src/auth/oauth2client.ts Co-authored-by: Daniel Bankhead <[email protected]> * Update src/auth/oauth2client.ts Co-authored-by: Daniel Bankhead <[email protected]> * Update test/test.oauth2.ts Co-authored-by: Daniel Bankhead <[email protected]> * Update test/test.oauth2.ts Co-authored-by: Daniel Bankhead <[email protected]> * Update test/test.oauth2.ts Co-authored-by: Daniel Bankhead <[email protected]> * fix CI after apply changes * Update src/auth/oauth2client.ts Co-authored-by: Daniel Bankhead <[email protected]> * fix syntax of post value * fix lint * fix the client_secret field * refactor: interface and readability --------- Co-authored-by: aeitzman <[email protected]> Co-authored-by: Leo <[email protected]> Co-authored-by: Daniel Bankhead <[email protected]> Co-authored-by: Daniel Bankhead <[email protected]>
- Loading branch information
1 parent
0202365
commit 4a14e8c
Showing
3 changed files
with
142 additions
and
7 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
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