webfox / laravel-xero-oauth2

A Laravel integration for Xero using the Oauth 2.0 spec
MIT License
50 stars 32 forks source link

League \ OAuth2 \ Client \ Provider \ Exception \ IdentityProviderException invalid_grant #28

Closed bilalswiftsolutions closed 4 years ago

bilalswiftsolutions commented 4 years ago

this package often give this error. in documentation they have written reconnect will fix this issue but this is not happening.

League \ OAuth2 \ Client \ Provider \ Exception \ IdentityProviderException
invalid_grant

How to solve this issue

hailwood commented 4 years ago

Hi @bilalswiftsolutions,

I'll need more information to help debug this one.

bilalswiftsolutions commented 4 years ago

I changed secret and key after that this problem appear. bt when i clear cache. it works fine. I think it was confilct between previous and new credentials. but is going to work always?