Releases: njoguamos/laravel-zoho-oauth
Releases · njoguamos/laravel-zoho-oauth
v0.2.2
Fix auth_token attribute
- When calling
auth_token
attribute from ZohoOauth
model, a string with refresh_token
was emitted instead of access_token
v0.2.1
Fix facade error
- Removed faced alias from composer #12
v0.2.0
Add refresh command
- Add
zoauth::refresh
command #11 . This command generates access token from refresh token and saves them to the database
- It is recommended you schedule
zoauth::refresh
to run every 50 minutes
v0.1.1
Fix typos
- Fix typos #7 that was causing the
zoauth:init
command to fail
v0.1.0
Initial Release
- Add
zoauth:init
command #5. This command is used to generate and save Zoho API Access and Refresh Token to the database
- Add
zoauth:prune
command #5 . This command is used to remove all access tokens while retaining the last 10 records.
- Add documentation detailing how to use the package.