> For the complete documentation index, see [llms.txt](https://docs.masoniteproject.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.masoniteproject.com/v1.5/creating-your-first-blog/part-3-authentication.md).

# Part 3 - Authentication

{% hint style="danger" %}
This section is incomplete
{% endhint %}

## Getting Started

Most applications will require some form of authentication. Masonite comes with a craft command to scaffold out an authentication system for you. This should typically be ran on fresh installation of Masonite since it will create controllers routes and views for you.

We can create an authentication system by running the craft command:

```
$ craft auth
```

We should get a success message saying that some new assets were created.
