Back to Refine

Introduction

documentation/tutorial/authentication/intro/index.md

3.25.01.0 KB
Original Source

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:

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>