documentation/tutorial/authentication/intro/index.md
import { Sandpack } from "./sandpack.tsx";
<Sandpack>Now we've learned the data fetching and manipulation essentials of Refine. In this unit, we'll learn how to add authentication to our application and the essentials of authentication in Refine.
Refine provides an easy to manage authentication interface that can be used with any authentication provider with minimal effort.
This unit will cover the following topics:
AuthProvider interface by creating an authentication provider,useLogin, useIsAuthenticated hooks and <Authenticated /> component.This unit will be router and UI framework agnostic. Related parts of authentication for the router and UI framework will be covered in the next units.
</Sandpack>