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