Refine AI
This is documentation for Refine 4.xx.xx, which is no longer actively maintained.
For up-to-date documentation, see the latest version (5.xx.xx).
Version: 4.xx.xx
Authentication in Chakra UI
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.
Run on your local
npm create refine-app@latest -- --example auth-chakra-ui