2017 © Pedro Peláez
 

library auth-login

Authentication Page Plugin for the just-core eco system

image

just-core/auth-login

Authentication Page Plugin for the just-core eco system

  • Tuesday, February 13, 2018
  • by CHGLongStone
  • Repository
  • 1 Watchers
  • 0 Stars
  • 81 Installations
  • PHP
  • 1 Dependents
  • 11 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 1 % Grown

The README.md

just-core-auth-login

Basic login service supporting user session and database stored credentials, (*1)

The service expects but does note require the just-core authentication harness see the harness example mentioned below to see how to register authentication services., (*2)

Installation

Composer

Add the project to your composer file "just-core/auth-login" : "dev-master", you will also need the supporting project "ircmaxell/password-compat" : "v1.0.4" to leverage the native password_hash() and password_verify() functions if your project is running on a version of PHP older than 5.5.0 (PHP >= 5.3.7 required)., (*3)

{
    "name" : "your project",
    "description" : "info about your project",
    "license" : "GNU",
    "version" : "1.0.0",
    "require" : {
        "php" : ">=5.3.7",
        "just-core/foundation" : "0.5.*",
        "just-core/foundation" : "dev-master",
        "just-core/auth-login" : "dev-master",
        "ircmaxell/password-compat" : "v1.0.4"
    },
    "autoload" : {
        "classmap" : [
            "SERVICES"
        ]
    }
}

Configuration

You will also need to take the example files CONFIG.AUTOLOAD.auth.login.local and harness.example.php modify the examples and make them available in your application, ie., (*4)

[application_root]/.../[http_exposed_dir]/harness.php
[application_root]/CONFIG/AUTOLOAD/auth.login.local

The Versions

13/02 2018

dev-master

9999999-dev https://chglongstone.github.io/just-core-auth-login

Authentication Page Plugin for the just-core eco system

  Sources   Download

GNU GPL-3.0-or-later

The Requires

  • php >=5.3.7

 

authentication framework enterprise high availability just-core ha service oriented architechture

08/02 2017

v0.7.1

0.7.1.0 https://chglongstone.github.io/just-core-auth-login

Authentication Page Plugin for the just-core eco system

  Sources   Download

GNU

The Requires

  • php >=5.3.7

 

authentication framework enterprise high availability just-core ha service oriented architechture