# Enabling Jane's Built-In Authentication

The easiest way to enable authentication is to turn on Jane's built-in authentication method. This turns on registration/login in the shopping cart, and will allow users to use the same account they would use on iheartjane.com. To do this, just set:

```
      disableAuthFeatures: false
```

when configuring the embedded shopping cart. See [Embedding Checkout](/jane-docs/implementing-roots/embedding-checkout.md) for more information on the other parameters you will use.

While this method requires virtually no effort, there are a few drawbacks. First of all, the user will only be logged in during the checkout process, meaning that you won't be able to personalize content on your menu. Additionally, this uses Jane's user table, rather than creating a separate user pool that you will own. If you want to have your own group of users, or to own these users for the purpose of CRM, you will need to implement Cognito Auth.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.iheartjane.com/jane-docs/implementing-roots/integrating-authentication/enabling-janes-built-in-authentication.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
