Skip to content

Releases: vburmus/auth-library

1.2.4

27 Nov 22:24
Compare
Choose a tag to compare

In this release:

  • Changed package
  • Improved code and changed UserDTO to appropriate AuthenticatedUser

1.2.3

25 Nov 15:58
Compare
Choose a tag to compare

Added tests and improved code

1.2.2

15 Nov 12:53
Compare
Choose a tag to compare

Added method to create a JSON for Problem

1.2.1

21 Oct 18:44
Compare
Choose a tag to compare

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

16 Oct 22:03
Compare
Choose a tag to compare
1.1

Added support for multipart files

1.0

16 Oct 17:58
1d95b39
Compare
Choose a tag to compare
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.