Releases: vburmus/auth-library
Releases · vburmus/auth-library
1.2.4
1.2.3
1.2.2
1.2.1
Release 1.2.1
- Improved exception handling with information about exceptions between API Calls
- User can choose if he want to use filter
Full Changelog: 1.1...1.2.1
1.1
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.