fleet/frontend/redux/middlewares
2021-10-26 09:26:51 -05:00
..
auth.js Add persistence to saved columns in "Hosts" table after user logs out (#1131) 2021-06-18 10:32:51 -04:00
README.md Removed 500 route middleware, added error boundary (#2665) 2021-10-26 09:26:51 -05:00

Fleet Redux Middleware

The Fleet Redux Middleware handles actions before they hit the reducers. The current middleware does the following:

Authentication Middleware

The authentication middleware handles logging a user in/out and handles logging out a user when the API responds with an unauthenticated error.