1.0
Release Notes - Version 1.0
New Features
- Added ServiceAuthenticationFilter to handle incoming requests and authenticate users based on bearer tokens.
- Introduced AuthFeignClient for making API calls to the authentication service.
- Implemented custom API client errors (RestApiClientException) and server errors (RestApiClientException).
Usage
Installation
Add the following dependency to your project's build.gradle:
dependencies {
implementation 'com.github.vburmus:auth-library:1.0'
}
Add filter in SecurityFilterChain and handle RestApiClientException,RestApiClientException.