Skip to content

What is Authentication?

Authentication is the process of verifying the identity of a user.

It is a fundamental part of any application because it controls access to your app and its resources.

Authenticated users can be allowed to post data to your database and use your custom APIs.

Skapi provides a full-featured authentication system out of the box, with no additional configuration required.

In this section, you will learn how to let users create an account, log in, log out, and recover their account if they forget their password.