broken link to documentation
Seems to be broken
https://refine.dev/docs/ui-frameworks/antd/components/authpage/
11 Replies
Hi @jaco0670. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
----------------------
I'm sorry, but I cannot access the URL you provided. However, I can still help you with the
<AuthPage>
component in refine with Ant Design. The <AuthPage>
component is used for authentication pages like login, register, forgot password, and update password. Before using it, you need to add an authProvider (https://refine.dev/docs/api-reference/core/providers/auth-provider/) to handle authentication.
The <AuthPage>
component has variants for login
, register
, forgotPassword
, and updatePassword
, which are generated based on the prop passed. For example, to render the login
type of the <AuthPage>
component at the /login
route, you can use the following code:
You can find more information about the <AuthPage>
component in the documentation (https://refine.dev/docs/api-reference/antd/components/antd-auth-page/).
----------------------
Note: you can ask me a follow up question by @ mentioning me again
:speech_balloon:
----------------------Auth Provider | refine
Auth provider is an object that contains methods to handle authentication and access control in your app by having refine consume them. These methods expect to return a promise, so they can be used with async methods.
<@486442088280358912> kapa.ai is still learning and improving, please let us how it did by reacting below
exotic-emerald•2y ago
Hey @jaco0670 Thank you for feedback. Where is this link?
Correct link: https://refine.dev/docs/api-reference/antd/components/antd-auth-page/
fascinating-indigoOP•2y ago
thanks, i found it here
fascinating-indigoOP•2y ago
my starter project is built with custom auth and Ant design
exotic-emerald•2y ago
Thanks for reporting this issue. We got it on our todo list 🚀
fascinating-indigoOP•2y ago
@yildirayunlu I'm followin the documentation but this "lognlink" is not recognized... (registerLink is ok)
fascinating-indigoOP•2y ago
i have type="register" but still it is not available.
@yildirayunlu I may be missing something, but i followed the <AuthPage> documentation. It renders the default layouts for login, register etc... but i can't make any changes as described in the documentation. For example, changing Logo and title, it does not change anything. .. can you please help?
exotic-emerald•2y ago
Hey @jaco0670 please check https://refine.dev/docs/api-reference/antd/components/antd-themed-layout/#title this doc.
| refine
component from refine, defines the overall structure and layout of a web page.
exotic-emerald•2y ago