Skip to main content

Lesson 3 - Create accounts

In this lesson, you'll add authentication and security by setting up FT4 accounts. You'll start by installing the FT4 library and creating FT accounts for users.

In the next section, you'll secure authentication using the auth module. A global authentication handler will centralize user identity verification.

Lastly we will update our tests to handle our changes to FT4 authentication.