authlogic
GitHub describes it as A simple ruby authentication solution.. The repository metadata lists Ruby as its primary language. The metadata lists the MIT license. This article stays within the project description and details documented in the GitHub repository README.
binarylogic/authlogic: Authlogic
GitHub describes it as A simple ruby authentication solution.. The repository metadata lists Ruby as its primary language. The metadata lists the MIT license. This article stays within the project description and details documented in the GitHub repository README.
Repository scope
GitHub describes it as A simple ruby authentication solution.. The repository metadata lists Ruby as its primary language. The metadata lists the MIT license. The README describes the project this way: [![Gem Version][5]][6] [![Build Status][1]][2] [![Code Climate][7]][8] [![Dependency Status][3]][4]
Documentation
The README section "Documentation" states: | Version | Documentation | | ---------- | ----------------------------------------------------------------- | | Unreleased | | | 6.6.1 | | | 6.5.0 | | | 6.4.3 | | | 5.2.0 | | | 4.5.0 | | | 3.7.0 | | | 2.1.11 | | | 1.4.3 | |
1.a. Overview
The README section "1.a. Overview" states: Authlogic introduces a new type of model. You can have as many as you want, and name them whatever you want, just like your other models. In this example, we want to authenticate with our User model, which is inferred from the name:
1.a. Overview
The README section "1.a. Overview" states: 1. authenticating (i.e. validating the record) 2. sets up the proper session values and cookies to persist the session (i.e. saving the record).
Editorial conclusion
The repository README is the source for this review. It does not replace a local installation or an independent test.
Community notes