JPro-one / JPro-Platform

Represents the foundation of cross-platform application development, seamlessly integrating the power of JavaFX with the limitless potential of web-based applications running via JPro.
Apache License 2.0
21 stars 3 forks source link

Implement and add `basic` authentication and routing API #30

Closed besidev closed 5 months ago

besidev commented 6 months ago

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.