Back to Refine

Chakra UI Example | Best Practices in Refine v5

documentation/docs/examples/authentication/chakra-ui.md

3.25.0331 B
Original Source

You can create your own Authentication approach using Refine. You can customize the AuthProvider methods according to your needs and control the privileges of your users. This example is a simple example of custom authentication with Refine.

<CodeSandboxExample path="auth-chakra-ui" />