Skip to content

Commit

Permalink
Update the changelog about the newly added basic authentication and…
Browse files Browse the repository at this point in the history
… routing API
  • Loading branch information
besidev committed Jan 4, 2024
1 parent beabc5f commit 69c47f1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
### 0.2.11-SNAPSHOT (TBD)

### Features
* Added `basic` authentication API to the `jpro-auth-core` module. This API can be used to authenticate users
with a username and password. Checkout the `jpro-auth-core` module documentation for more details or the provided
example on how to use it.
* Added `AuthFilter` to the `jpro-auth-routing` module. This filter can be used to authenticate users with a
username and password. Checkout the `jpro-auth-routing` module documentation for more details or the provided
example on how to use it.

### Improvements
* Improved the `jpro-auth-core` module documentation.

----------------------
### 0.2.10 (December 29, 2023)

Expand Down

0 comments on commit 69c47f1

Please sign in to comment.