2017 © Pedro Peláez
 

library auth-page

Page White/Black list Plugin for the just-core eco system

image

just-core/auth-page

Page White/Black list Plugin for the just-core eco system

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

The README.md

just-core-auth-page

JCORE\SERVICE\AUTH\PAGE_FILTER

basic add on service to authenticate an aplication based on a basic "WHITELIST or BLACKLIST" permission scheam, (*1)

WHITELIST

to provide the most security, only allow specific pages to be viewed, (*2)

BLACKLIST

to provide a more public based site, allow specific pages to be blocked, (*3)


Installation

Composer

Add the project to your composer file "just-core/auth-page" : "dev-master",, (*4)

{
    "name" : "your project",
    "description" : "info about your project",
    "license" : "GNU",
    "version" : "1.0.0",
    "require" : {
        "php" : ">=5.3.3",
        "just-core/foundation" : "0.5.*",
        "just-core/foundation" : "dev-master",
        "just-core/auth-page" : "dev-master"
    },
    "autoload" : {
        "classmap" : [
            "SERVICES"
        ]
    }
}

Configuration

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

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

The Versions

13/02 2018

dev-master

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

Page White/Black list Plugin for the just-core eco system

  Sources   Download

GNU GPL-3.0-or-later

The Requires

  • php >=5.3.3

 

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-page

Page White/Black list Plugin for the just-core eco system

  Sources   Download

GNU

The Requires

  • php >=5.3.3

 

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