Giter Site home page Giter Site logo

Comments (6)

ellisio avatar ellisio commented on August 23, 2024 1

@shalvah Thanks for the input; apologies for the ghosting. We had our baby shortly after I posted this so I've been away from work for a while. I'll give this a shot! 🍻

from scribe.

shalvah avatar shalvah commented on August 23, 2024

It appears this is happening because the FormRequest is processed before an actual API call is made; therefore using a Middleware to create a fake user and force authentication won't work.

When extracting body parameters (which is where the error occurs), the FormRequest's rules() method is being processed directly, no API calls made. In your particular scenario, changing your code to Auth::id() should fix that null exception, I believe.

from scribe.

shalvah avatar shalvah commented on August 23, 2024

For the broader scenario of dynamically authenticating for response calls when there's no database (like in CI): Right now, Scribe doesn't have an easy way of supporting your workflow yet, but there may be something in the works. I'd recommend using a custom strategy: extend the ResponseCalls strategy and add code in there that properly authenticates Scribe. See this example.

from scribe.

shalvah avatar shalvah commented on August 23, 2024

Hey @ellisio did you try the suggestion?

from scribe.

gazben avatar gazben commented on August 23, 2024

@shalvah Seems to work for me

from scribe.

shalvah avatar shalvah commented on August 23, 2024

Thanks @gazben . Closing this now.

from scribe.

Related Issues (20)

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.