mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
98799fdff8
- Kolide404 and Kolide500 components renamed to Fleet404 and Fleet500 - Styling for Login and Confirm invite pages are consistent with the recent changes to the Setup page. - Add "*" character to the 404 <Route />'s path property. Now the 404 page renders when there is no exact path match. |
||
---|---|---|
.. | ||
redirect | ||
auth.js | ||
README.md |
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.
Redirect Middleware
The redirect middleware transitions the user to the 500 page when an API call fails with a 500 status.