2017 © Pedro Peláez
 

library identification

Middleware for identify user by backoffice webservice

image

msol/identification

Middleware for identify user by backoffice webservice

  • Tuesday, June 12, 2018
  • by robertoAg
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

identification

Middleware for identify user by backoffice webservice, (*1)

Need

config + session + log + input, (*2)

Use

constants domains {domain} limiter constants domains {domain} defaultUrlSubscription, (*3)

Get

(cookie) u (get param) u (get param) userId, (*4)

Set

(session) limiterType (session) subscriptionActive (session) userId, (*5)

Install

You can install the package via composer: ``` bash $ composer require msol/identification, (*6)


Next, the `\Msol\Identification\Middleware\IdentificationMiddleware::class`-middleware must be registered in the kernel: ```php //app/Http/Kernel.php protected $middlewareGroups = [ 'web' => [ ... \Msol\Identification\Middleware\IdentificationMiddleware::class, ] ];

The Versions

12/06 2018

dev-master

9999999-dev

Middleware for identify user by backoffice webservice

  Sources   Download

MIT

The Requires

 

by raguilar

12/06 2018

1.3

1.3.0.0

Middleware for identify user by backoffice webservice

  Sources   Download

MIT

The Requires

 

by raguilar

08/06 2018

1.2

1.2.0.0

Middleware for identify user by backoffice webservice

  Sources   Download

MIT

The Requires

 

by raguilar

07/06 2018

1.1

1.1.0.0

Middleware for identify user by backoffice webservice

  Sources   Download

MIT

The Requires

 

by raguilar

07/06 2018

1

1.0.0.0

Middleware for identify user by backoffice webservice

  Sources   Download

MIT

The Requires

 

by raguilar