Code Monkey home page Code Monkey logo

Comments (2)

ameliaikeda avatar ameliaikeda commented on June 23, 2024

I thought I'd replied to this issue via email, but evidently not, whoops.

The API at Monzo is not yet stable, so I halted progress on this API client (it's still v0 on packagist) until their current account is launched.

Since you're interested, though, I'll finish fixing up the service provider for this package so it's at least easily usable.

The base functionality is there, but auth (actually fetching access tokens, and refreshing existing ones, along with full socialite integration) is not there yet, along with setup. That's why the tests in the repo only actually test auth with existing tokens + regular routes.

from monzo-php.

nicholaspearson avatar nicholaspearson commented on June 23, 2024

Thank You :)

I temporarily got around this by doing this within my User model:

    public function monzo()
    {
      $client = new \Amelia\Monzo\Client(new Guzzle(), env('MONZO_CLIENT_ID'), env('MONZO_CLIENT_SECRET'));

      $monzo = new \Amelia\Monzo\Monzo($client);

      return $monzo->as($this);
    }

With this work around refreshing the tokens seems to be working :)

Maybe this will help with the implementation.

from monzo-php.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.