mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 01:15:22 +00:00
.. | ||
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.