2017 © Pedro Peláez
 

library basic-authentication

Basic authentication implementation for Phramework

image

phramework/basic-authentication

Basic authentication implementation for Phramework

  • Monday, June 20, 2016
  • by nohponex
  • Repository
  • 3 Watchers
  • 1 Stars
  • 6,389 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 8 % Grown

The README.md

Basic authentication

Basic authentication implementation for phramework, (*1)

Build Status, (*2)

Usage

Require package, (*3)

composer require phramework/basic-authentication
//Set authentication class
\Phramework\Authentication\Manager::register(
    \Phramework\Authentication\BasicAuthentication\BasicAuthentication::class
);

//Set method to fetch user object, including password attribute
\Phramework\Authentication\Manager::setUserGetByEmailMethod(
    [\MyApp\API\Models\User::class, 'getByEmailWithPassword']
);

\Phramework\Authentication\Manager::setAttributes(
    ['user_type', 'email']
);

Install dependencies

composer update

Test and lint code

composer lint
composer test

License

Copyright 2015 Xenofon Spafaridis, (*4)

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at, (*5)

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License., (*6)

The Versions

20/06 2016

dev-dev-1.x

dev-dev-1.x https://phramework.github.io/

Basic authentication implementation for Phramework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

20/01 2016

dev-master

9999999-dev https://phramework.github.io/

Basic authentication implementation for Phramework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

28/11 2015

0.0.0

0.0.0.0 https://phramework.github.io/

Basic authentication implementation for Phramework

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires