2017 © Pedro Peláez
 

library laravel-b24-auth

Bitrix24 laravel Oauth middleware

image

bootoffav/laravel-b24-auth

Bitrix24 laravel Oauth middleware

  • Wednesday, March 28, 2018
  • by bootoffav
  • Repository
  • 1 Watchers
  • 0 Stars
  • 19 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

laravel-bitrix24

This is middleware for lavarel that ensures the user has bitrix24 authorization token with every request he/she sends to application., (*1)

Installation

step1 You need to provide hostname, client and secret within your .env file. B24_HOSTNAME=https://[yourhostname].bitrix24.ru B24_CLIENT_ID= B24_CLIENT_SECRET=, (*2)

step 2 Add Middleware to your app/Http/Kernel.php at middlewareGroups array for 'web' \bootoffav\laravel\B24\Auth::class, (*3)

Usage

B24 credentials are stored at session, and accessible through either $request object or global session() helper function, (*4)

The Versions

28/03 2018

dev-master

9999999-dev

Bitrix24 laravel Oauth middleware

  Sources   Download

MIT

The Requires

  • ext-curl *

 

by Aleksei Butov

28/03 2018

0.0.5

0.0.5.0

Bitrix24 laravel Oauth middleware

  Sources   Download

MIT

The Requires

  • ext-curl *

 

by Aleksei Butov

09/05 2017

0.0.4

0.0.4.0

Bitrix24 laravel Oauth middleware

  Sources   Download

MIT

The Requires

  • ext-curl *

 

by Aleksei Butov

17/01 2017

0.0.3

0.0.3.0

Bitrix24 laravel Oauth middleware

  Sources   Download

MIT

The Requires

  • ext-curl *

 

by Aleksei Butov

17/01 2017

0.0.2

0.0.2.0

Bitrix24 laravel Oauth middleware

  Sources   Download

MIT

The Requires

  • ext-curl *

 

by Aleksei Butov

17/01 2017

0.0.1

0.0.1.0

Bitrix24 laravel Oauth middleware

  Sources   Download

MIT

The Requires

  • ext-curl *

 

by Aleksei Butov