Giter VIP home page Giter VIP logo

kw_auth_sources's Introduction

kw_auth_sources

Build Status Scrutinizer Code Quality Latest Stable Version Minimum PHP Version Downloads License Code Coverage

Authentication to site - where the data with accounts are stored and how to work with them.

These libraries represent internal getters and setters to access accounts on target site. Just configure where to find them and it's possible to process all basic yet necessary things. It's based on real *nix files and structures.

There are three parts. First one is usual accounts itself. Second one is groups - limit access to things in accordance with preset groups on accounts. And third one is system classes. That limits access too, but it is written directly into the code of each part and it is not need to rely on group ids and if they exists. So groups limits interactions between users and system classes between user and system.

It has variants and interfaces for possibility to use single account file, multiple account files, certificates with passwords and groups. The account files can be switched to different implementations. Or database can be used as data source for both accounts and groups. And either example one on kw_mapper or your own implementation.

Your system probably do not need the same things as mine. So some things can be ignored and another can be available under "extra".

PHP Installation

composer.phar require alex-kalanis/kw_auth_sources

(Refer to Composer Documentation if you are not familiar with composer)

PHP Usage

1.) Use your autoloader (if not already done via Composer autoloader)

2.) Add some external packages with connection to the local or remote services.

3.) Connect the "kalanis\kw_auth_sources" into your app. Extends it for setting your case. For details use example.

4.) Just call \kalanis\kw_auth_sources\Access\Factory in your code

Caveats

It's build for standalone usage - nothing more need than basics and dependencies.

kw_auth_sources's People

Contributors

alex-kalanis avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.