Skip to content

React Auth Kit Hooks

Here are the list of hooks, that are supported by react auth kit

  • useAuthHeader - Get the auth header into the react component
  • useAuthUser - Get the data of the user into the react component
  • useIsAuthenticated - Check the authentication status inside the react component
  • useSignIn - Use this hook to signin or login your user into your application
  • useSignOut - Use this hook to sign out or log out your user from the application

— 🔑 —

React Auth Kit is MIT License code