Default Login Page does not exit, and I can't create my login page
I added authProvider, Exit button added to the interface automatically, but login page doesn’t exist, What am I doing wrong?
5 Replies
extended-salmon•2y ago
Hey @abdubek I think there is a problem with your
authProvider
. Cloud you please share the authProvider
optimistic-gold•2y ago
I haven't finished writing it yet
optimistic-gold•2y ago
@yildirayunlu Should I complete all authProvider methods?
Hey @abdubek ,
You should at least implement the
checkAuth
method ⚡
https://refine.dev/docs/api-reference/core/providers/auth-provider/#checkauthAuth Provider | refine
refine let's you set authentication logic by providing the authProvider property to the `` component.
optimistic-gold•2y ago
Now it works, thanks