Skip to content
This repository has been archived by the owner on Feb 12, 2019. It is now read-only.

advancedSTORE/api-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.

API Client

This package adds functionality to laravel which allows you to get user permissions through the o2client.

1. Installation

via Composer

First add the following line to your composer.json .

"advanced-store/api-client": "dev-master"

Run this command in you CLI.

composer update

This package will require the advanced-store/oauth2-client to work properly.

2. Configuration

Publish package config

Run the following command if you are installing for the first time.


    php artisan config:publish advanced-store/api-client

Add following lines to your app.php.

Provider


    'AdvancedStore\ApiClient\ApiClientServiceProvider',

Aliases


    'YourAlias' => 'AdvancedStore\ApiClient\Facades\ApiClientFacade',,

3. Usage

Now you can get the user permissions by calling 'YourAlias'::getUserPermissions()

In combination with the advanced-store/access-filter package the access-filter config will be filled with the user permission as default.

4. Methods

  • getUserPermissions()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages