Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vburmus authored Oct 16, 2023
1 parent 7daa0e0 commit 1d95b39
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
@@ -1,7 +1,7 @@
# Authentication Library
The Authentication Library provides a set of utility classes and filters to handle authentication in a microservices architecture.

##Features
## Features
- ServiceAuthenticationFilter: A filter that intercepts incoming requests and verifies the presence of a valid bearer token in the Authorization header. It then checks with the authentication service to fetch the user's role and sets up the authentication context.

- AuthFeignClient: A Feign client for making API calls to the authentication service.
Expand Down

0 comments on commit 1d95b39

Please sign in to comment.