> 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 Wix Login Pages ## Article: About Wix Login Pages ## Article Link: https://dev.wix.com/docs/go-headless/self-managed-headless/authentication/members/wix-login-page/about-wix-login-pages.md ## Article Content: # About Wix Login Pages > **Note:** For Wix-managed headless projects, member login is handled automatically. See [Handle members with a Wix login page](https://dev.wix.com/docs/go-headless/wix-managed-headless/authentication/handle-members-with-a-wix-login-page.md). With Wix Headless, you can authenticate [members](https://dev.wix.com/docs/go-headless/develop-your-project/self-managed-headless/authentication/about-authentication.md#identities) on a site or app using Wix as your identity provider. 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. Using a Wix login page is the simplest way to set up member authentication, as Wix handles the user experience and authentication process. However, you can't change the look and feel of the Wix login page. ## Login flow When using a Wix login page, you're responsible for writing the code to start the login and handle the response. Wix handles the login UI and authentication. The login flow looks like this: 1. A member starts the login on your site or app. For example, they click a "Log in" button. Your site or app redirects the member to the Wix login page. 1. The member logs in on the Wix login page. Wix then redirects the member back to your site or app using a callback URL you've configured. This URL must be one of your [allowed authorization redirect URIs](https://dev.wix.com/docs/go-headless/self-managed-headless/authentication/members/add-allowed-authorization-redirect-uris.md). ## Prerequisites for self-managed headless Before implementing a Wix login page in a self-managed project, make sure to: - [Create an OAuth app for visitors and members](https://dev.wix.com/docs/go-headless/self-managed-headless/get-started/connect-a-frontend.md) - [Add a Wix pages domain](https://dev.wix.com/docs/go-headless/project-guides/wix-hosted-pages/set-a-wix-pages-domain.md) - [Add an allowed redirect domain](https://dev.wix.com/docs/go-headless/project-guides/wix-hosted-pages/add-allowed-redirect-domains.md) ## See also - [Handle Members with a Wix Login Page](https://dev.wix.com/docs/go-headless/wix-managed-headless/authentication/handle-members-with-a-wix-login-page.md) (Wix-managed Headless) - [Handle Members with a Wix Login Page Using the JS SDK](https://dev.wix.com/docs/go-headless/self-managed-headless/authentication/members/wix-login-page/wix-managed-login-using-the-js-sdk.md) (self-managed Headless) - [Handle Members with a Wix Login Page Using the REST API](https://dev.wix.com/docs/go-headless/self-managed-headless/authentication/members/wix-login-page/wix-managed-login-using-the-rest-api.md) (self-managed Headless)