AuthPage remember me
Hi
I'm using Antd for UI. In my default login page, I want to implement the 'Remember me' feature. I suppose this should trigger a method in the auth- provider, that would handle it? Perhaps setting it to local storage? In the documentation, I only see how to customize the styling, but I can't find any example of the implementation
https://refine.dev/docs/api-reference/core/components/auth-page/#rememberme
Can someone point me to the right direction?
Thanks
I'm using Antd for UI. In my default login page, I want to implement the 'Remember me' feature. I suppose this should trigger a method in the auth- provider, that would handle it? Perhaps setting it to local storage? In the documentation, I only see how to customize the styling, but I can't find any example of the implementation
https://refine.dev/docs/api-reference/core/components/auth-page/#rememberme
Can someone point me to the right direction?
Thanks
component from refine is an authentication page that can be used to login, register, forgot password, and update password.

