Authentication Overview

Initializing the Library

Like most other libraries in revIgniter, the Authentication library is initialized in your controller using the rigLoaderLoadLibrary handler:

rigLoaderLoadLibrary "Authentication"

Note: In order to use authentication, you must first create the appropriate database tables for this purpose as outlined in the Authentication Tables chapter.

 

Overview

Following below the features and key points of revIgniter's Authentication library: