diff --git a/etc/blog.md b/etc/blog.md index 8821616..fcbbd42 100644 --- a/etc/blog.md +++ b/etc/blog.md @@ -529,7 +529,7 @@ Let's see the implementation details. Following are components we need to implem #### JwtTokenAuthenticationProcessingFilter -JwtTokenAuthenticationProcessingFilter is invoked for each API request ```/api/**``` except for the endpoint that is handling strategy for token refresh(```/api/auth/token```)s. +JwtTokenAuthenticationProcessingFilter is processing all API requests(```/api/**```) except for the refresh token endpoint(```/api/auth/token```). This filter has the following responsibilities: