Skip to content

1.0

Compare
Choose a tag to compare
@vburmus vburmus released this 16 Oct 17:58
· 17 commits to main since this release
1d95b39

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.