-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: enhance OAuth2 node with additional fields and implicit flow su…
…pport - Update .eslintrc.yml to exclude console logs in test files. - Modify package.json to bump version to 6.0.0 and update dependencies. - Add new fields (access_type, response_type, prompt) to locales, HTML, and JS files. - Implement implicit flow in OAuth2 node, with corresponding HTML form adjustments. - Improve input handling and proxy configuration in OAuth2Node class. - Add tests for new fields and flows.
- Loading branch information
1 parent
1efdac8
commit ea632b2
Showing
7 changed files
with
1,029 additions
and
172 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
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.