-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement and add basic
authentication and routing API
#30
Merged
Conversation
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
…de password encoding feature in the JSON format serialization
… authentication flows
…s class to embrace the previous changes
besidev
changed the title
Implement and add
Implement and add Jan 4, 2024
basic
authentication APIbasic
authentication and routing API
…asic authentication provider
…pdate the `basic-login` example
…Security for password encoding
… configuration for the authentication examples samples
…ogin page for `basic-login` example
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In addition to integrating a 'basic' authentication API into the 'jpro-auth-core' module, a dedicated routing filter is being introduced to streamline integration with the Routing API and related modules. This enhancement aims to simplify the implementation process. Furthermore, a new example application, named 'basic-login', is being developed to demonstrate the practical application of this newly added API. Additionally, the 'LoginPane' class has been incorporated into the core module. This inclusion is particularly beneficial for those requiring a pre-built JavaFX control, designed to function seamlessly with 'UsernamePasswordCredentials' and 'BasicAuthenticationProvider' classes, thereby offering a more comprehensive and user-friendly authentication solution.