React Auth Kit Higher Order Components¶
- withAuthHeader - Inject the Auth header inside your react class-based component
- withAuthUser - Inject the User's state inside your react class-based component
- withIsAuthenticated - Inject authentication status inside your react class-based component
- withSignIn - Inject sign-in function to log in or sign in the user inside your react class-based component
- withSignOut - Inject sign out function to log out or sign out the user inside your react class-based component
— 🔑 —
React Auth Kit is MIT License code