Results 29 comments of Jordan Hall

I'll see if I can get this implemented early next year. I'm aiming for it to be a feature of the 1.3 release.

Unfortunately, this package hasn't been tested fully with the latest and greatest versions of PHP. However, we're recently written a package, [PHP Google People API](https://github.com/rapidwebltd/php-google-people-api), that uses a newer API...

In order to ask users to login to their Google accounts on your website (rather than just setting this up via the command line), there would need to be changes...

Good point. Have you got any thoughts of how you'd like to see this implemented?

Thanks @williamthowe. > You need to add accounting.settings.read to the default provided scopes in config/xero-laravel-lf.php, because you get 0 tenants back from the initial set up call example you provide...

@dextermb These changes haven't been actioned yet. We'll need to test if the `accounting.settings.read` scope is required to retreive tenants and if so, add it as a default scope. It...

The missing `accounting.settings.read` scope is now added to the default config file as part of v3.1.1.

You're right. Most of this is covered by Laravel's build in login throttling. It's not exactly as specified by NIST though. For example, it does not support... > a period...

**Update: see the following comment.** To make integration as seamless as possible, this functionality would require the validation rules to have knowledge of how to check if a user's credentials...

Actually, the Rule object does not have direct access to the Request, so it may be best if this is checked outside of the rule and a boolean is passed...