GithubHelp home page GithubHelp logo

Comments (4)

jwalton avatar jwalton commented on July 23, 2024

from exegesis.

arvind-agarwal avatar arvind-agarwal commented on July 23, 2024

@jwalton thanks for the super fast response.

context.makeError sounds perfect, I did try it but it didn't give me the error in the same format. So if it can be enhanced for validation errors it would be perfect.

Your comments about Path and type also seems very logical.

from exegesis.

jwalton avatar jwalton commented on July 23, 2024

Fixed in 1.0.0-rc0. There's now a context.parameterLocations, an I added a context.makeValidationError(message, location).

Other notably changes in 1.0.0-rc0:

  • authenticators may no longer return type: 'fail'. Instead they should return type: 'missing' if thre credentials are not present, or type: 'invalid' if the credentials are there but wrong (i.e. wrong password, missing user, etc...). If we try to auth a request and we find a 'missing' we'll move on to the next authentication type, but if it's 'invalid' we'll stop trying other authenticators - the user tried to authenticate, but they're obviously not getting it right.

  • path and docPath in validation errors are now JSON Pointers instead of arrays.

  • Plugins are now passed the complete set of options that were passed into exegesis. (Later I'm planning on adding a feature where you can specify a custom function to call to generate validation errors, in case you want to do something crazy like generate XML - would be handy if this was available to plugins.)

from exegesis.

jwalton avatar jwalton commented on July 23, 2024

(And I just added a 1.0.0-rc1, which renames context.body to context.requestBody, mainly for the sanity of Koa users. :) )

from exegesis.

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.