> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: About Custom Login Pages ## Article: About Custom Login Pages ## Article Link: https://dev.wix.com/docs/go-headless/develop-your-project/self-managed-headless/authentication/members/custom-login-page/about-custom-login-pages.md ## Article Content: # About Custom Login Pages > **Note:** Custom login pages are only possible to implement in self-managed headless projects. With [self-managed](https://dev.wix.com/docs/go-headless/develop-your-project/self-managed-headless/about-self-managed-headless.md) Wix Headless, you can create a fully customized login experience for your [members](https://dev.wix.com/docs/go-headless/develop-your-project/authentication/about-authentication.md#identities). This allows members to securely sign in and access content or features that are specific to their account, such as their profile, saved items, order history, or other private information. Custom login uses Wix's authentication service while letting you design and control the entire login UI experience. This approach is best when you need to maintain a consistent branded experience throughout your site or app. > **Note:** If you don't need a custom login experience, you can use a [Wix login page](https://dev.wix.com/docs/go-headless/develop-your-project/authentication/members/wix-login-page/about-wix-login-pages.md), where Wix handles both the login UI and authentication process. ## Prerequisites Before getting started, make sure to: - [Create an OAuth app for visitors and members](https://dev.wix.com/docs/go-headless/develop-your-project/self-managed-headless/connect-a-frontend-to-your-self-managed-headless-project.md) - [Add an allowed authorization redirect URI](https://dev.wix.com/docs/go-headless/develop-your-project/self-managed-headless/authentication/members/add-allowed-authorization-redirect-uris.md) - [Set the login URL](https://dev.wix.com/docs/go-headless/develop-your-project/self-managed-headless/authentication/members/custom-login-page/custom-login/set-a-login-url.md) ## See also - [About reCAPTCHA](https://dev.wix.com/docs/go-headless/develop-your-project/authentication/members/about-re-captcha.md) - [Handle Members with a Custom Login Page Using the JS SDK](https://dev.wix.com/docs/go-headless/develop-your-project/self-managed-headless/authentication/members/custom-login-page/custom-login/custom-login-using-the-js-sdk.md) - [Handle Members with a Custom Login Page Using the REST API](https://dev.wix.com/docs/go-headless/develop-your-project/self-managed-headless/authentication/members/custom-login-page/custom-login/custom-login-using-the-rest-api.md)