Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
engineering87 committed Jan 23, 2023
1 parent 69c9426 commit 5184c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<img src="https://github.com/engineering87/WART/blob/master/wart_logo.jpg" width="300">

WART is a C# .NET Core library that allows extending any WebApi controller and forwarding any calls received by the controller to a SignalR hub.
WART is a C# .NET 6 library that allows extending any WebApi controller and forwarding any calls received by the controller to a SignalR hub.
The SignalR hub on which the controller's call events will be sent will be used to send notifications with information about the call including the request and the response. WART supports JWT authentication for SignalR.

### How it works
Expand Down

0 comments on commit 5184c3c

Please sign in to comment.