Download the PHP package setemares/freee-socialite without Composer
On this page you can find all versions of the php package setemares/freee-socialite. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download setemares/freee-socialite
More information about setemares/freee-socialite
Files in setemares/freee-socialite
Download setemares/freee-socialite
More information about setemares/freee-socialite
Files in setemares/freee-socialite
Vendor setemares
Package freee-socialite
Short Description Freee OAuth2 Provider for Laravel Socialite
License MIT
Package freee-socialite
Short Description Freee OAuth2 Provider for Laravel Socialite
License MIT
Please rate this library. Is it a good library?
Informations about the package freee-socialite
Freee Socialite Provider
This repository contains Freee provider for Laravel Socialite.
Contents
- Installation
- Configuration
- Usage
- Problems
- Credits
- License
Installation
-
You will need to extend Socialite in order to add Freee provider, go to AppServiceProvider.php and add:
-
To the
boot()
method add: - And create this method:
Configuration
-
Add to
config/services.php
: - Add config variables to your
.env
file:
Usage
-
To get token use as any other socialite provider, e.g.
- To refresh token, call provided method refreshToken($refresh_token)
Problems
- Freee will reject issuing access code needed for obtaining access token if there is anything besides
urn:ietf:wg:oauth:2.0:oob
configured inredirect_uri
, havingurn:ietf:wg:oauth:2.0:oob
in it will present token on screen, requiring user to manually copy the code and paste it into your app to continue the authentication flow. - Another, more serious problem is with the ability to refresh token, when access token being issued without problem but upon it's expiration Freee api will refuse to provide new access token with
invalid_grant
error requiring user to repeat authentication flow.
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of freee-socialite with dependencies
PHP Build Version
Package Version
The package setemares/freee-socialite contains the following files
Loading the files please wait ....