Skip to content

Commit

Permalink
https://github.com/danieleteti/delphimvcframework/issues/552
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleteti committed Jun 23, 2022
1 parent da41d68 commit 8c64ed0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ The current beta release is named 3.2.2-nitrogen. If you want to stay on the-edg

### What's new in 3.2.2-nitrogen (currently in beta)

- ⚡New! Support for Delphi 11 Alexandria
- ⚡New! Support for Delphi 11.1 Alexandria

- ⚡New `TMVCRESTClient` implementation based on *Net components, the previous one was based on INDY Components (thanks to [João Antônio Duarte](https://github.com/joaoduarte19)).

Expand Down Expand Up @@ -582,6 +582,8 @@ The current beta release is named 3.2.2-nitrogen. If you want to stay on the-edg
- ⚡ New! Added `ToJSONObject` and `ToJSONArray` to the `IMVCRESTResponse`. These methods automatically parse the response body and return a `TJSONObject` or a `TJSONArray` respectively. These methods work as a factory - the client code need to handle returned istances. Is the body is not compatible with the request (a.k.a. is not a JSONObject in case of `ToJSONObject`, or is not a JSONArray in case of `ToJSONArray`) an exception is raised.
- ⚡ New! Added support for primary GUID (UUID) primary keys, attributes and serialization (More info at [issue 552](https://github.com/danieleteti/delphimvcframework/issues/552)). Thanks to [Marcelo Jaloto](https://github.com/marcelojaloto) for its important collaboration.
- ⚡ New! Added `TMVCJWTBlackListMiddleware` to allow black-listing and (a sort of) logout for a JWT based authentication. This middleware **must** be registered **after** the `TMVCJWTAuthenticationMiddleware`.
> This middleware provides 2 events named: `OnAcceptToken` (invoked when a request contains a token - need to returns true/false if the token is still accepted by the server or not) and `OnNewJWTToBlackList` (invoked when a client ask to blacklist its current token). There is a new sample available which shows the funtionalities: `samples\middleware_jwtblacklist`.
Expand Down

0 comments on commit 8c64ed0

Please sign in to comment.