UNPKG

react-auth-verification-context

Version:

react-auth-verification-context is a library that provides a way to manage authentication state in a React application. It is implemented using the React context API, which allows you to pass data through the component tree without having to pass props do

3 lines (2 loc) 119 B
export { AuthProvider, useAuth } from './context/auth.context'; export { AuthActions } from './reducers/auth.reducer';