| Class | Description |
|---|---|
| ApiCustomerStateFilter |
This filter runs after spring security and is responsible for setting up the customer state.
|
| JWTAuthenticationTokenFilter |
This filter is responsible for authenticating the request based on the access token in the Authorization header.
|
| JWTLoginFilter |
This filter is responsible for handling the login for registered customers.
|
| JWTRefreshTokenFilter |
This filter is responsible for retrieving a new access token using the refresh token from an HTTP-Only cookie.
|
| JWTRegisterFilter |
This filter is responseponsible for handling the login for registered customers.
|
Copyright © 2017. All rights reserved.