2017 © Pedro Peláez
 

library generis-auth-keyvalue

Generis key value authentication

image

oat-sa/generis-auth-keyvalue

Generis key value authentication

  • Wednesday, December 27, 2017
  • by oat-lionel
  • Repository
  • 22 Watchers
  • 1 Stars
  • 1,004 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 13 Versions
  • 7 % Grown

The README.md

keyvalue-authentication

A key-value implementation of the Tao 3.0 user authentication, (*1)

Requirement

You need to have a redis server installed. You will need to enable redis in the phpconfig, and perhaps to add redis.so library to your system if not already installed, (*2)

Installation

This system can be added to a projet as a library. You need to add this parameter to your composer.json, (*3)

"minimum-stability" : "dev",
"require": {
    "oat-sa/generis-auth-keyvalue": "dev-master"
},

Once it's done, run a composer update., (*4)


Be sure to have a key value persistence registered that will be used for caching. The default persistence identifier is authKeyValue, but you will be able to configure which one will be used. Here is an example of registered redis persistence in config/generis/persistences.conf.php:, (*5)

'authKeyValue' => array(
    'driver' => 'phpredis',
    'host' => '127.0.0.1',
    'port' => 6379
)

To enable the authentication cache you have to run an install script:, (*6)

php index.php 'oat\authKeyValue\action\ActivateKeyValueAuthentication' --persistence authKeyValue

Then the login will try to use this library., (*7)

The Versions

27/12 2017

dev-develop

dev-develop http://www.taotesting.com

Generis key value authentication

  Sources   Download

GPL-2.0

The Development Requires

authentication tao oat computer-based-assessment

23/10 2017

dev-refactoring/TAO-5104/remove-globals-from-generis

dev-refactoring/TAO-5104/remove-globals-from-generis http://www.taotesting.com

Generis key value authentication

  Sources   Download

GPL-2.0

The Development Requires

authentication tao oat computer-based-assessment

18/09 2017

dev-refactoring/TAO-5105/remove_globals_from_tao_core

dev-refactoring/TAO-5105/remove_globals_from_tao_core http://www.taotesting.com

Generis key value authentication

  Sources   Download

GPL-2.0

The Development Requires

authentication tao oat computer-based-assessment

13/09 2017

dev-refactoring/TAO-5102/remove_globals_from_core_extension

dev-refactoring/TAO-5102/remove_globals_from_core_extension http://www.taotesting.com

Generis key value authentication

  Sources   Download

GPL-2.0

The Development Requires

authentication tao oat computer-based-assessment

03/02 2017

dev-master

9999999-dev http://www.taotesting.com

Generis key value authentication

  Sources   Download

GPL-2.0

The Development Requires

authentication tao oat computer-based-assessment

03/02 2017

v1.4.0

1.4.0.0 http://www.taotesting.com

Generis key value authentication

  Sources   Download

GPL-2.0

The Development Requires

authentication tao oat computer-based-assessment

23/12 2016

v1.3.0

1.3.0.0 http://www.taotesting.com

Generis key value authentication

  Sources   Download

GPL-2.0

The Development Requires

authentication tao oat computer-based-assessment

12/10 2016

v1.2.1

1.2.1.0 http://www.taotesting.com

Generis key value authentication

  Sources   Download

GPL-2.0

The Development Requires

authentication tao oat computer-based-assessment

12/10 2016

v1.2.0

1.2.0.0 http://www.taotesting.com

Generis key value authentication

  Sources   Download

GPL-2.0

The Development Requires

authentication tao oat computer-based-assessment

27/04 2016

v1.1.0

1.1.0.0 http://www.taotesting.com

Generis key value authentication

  Sources   Download

GPL-2.0

The Development Requires

authentication tao oat computer-based-assessment

26/04 2016

dev-feature/specify-language

dev-feature/specify-language http://www.taotesting.com

Generis key value authentication

  Sources   Download

GPL-2.0

The Development Requires

authentication tao oat computer-based-assessment

26/04 2016

dev-sample/import-script

dev-sample/import-script http://www.taotesting.com

Generis key value authentication

  Sources   Download

GPL-2.0

The Development Requires

authentication tao oat computer-based-assessment

16/06 2015

dev-return-created-user

dev-return-created-user http://www.taotesting.com

Generis key value authentication

  Sources   Download

GPL-2.0

The Development Requires

authentication tao oat computer-based-assessment