Git Product home page Git Product logo

Comments (5)

dmartinezg avatar dmartinezg commented on August 23, 2024

I disagree @hadesbox, by allowing to make the call unauthenticated, you can test what the API does when a security scheme is not applied.

The API console is a documentation as well as an API testing tool.

from api-console.

hadesbox avatar hadesbox commented on August 23, 2024

The API console is a documentation as well as an API testing tool.

I agree on that, never meant this to be a mandatory change... I was proposing to be able to configure this in case you need it for your API Console deployment. Feel free to close this, as its not really an issue.

from api-console.

usarid avatar usarid commented on August 23, 2024

At the very least, though, the new API Console we're working on should make
it clear in such cases that the API requires authentication, just as it
makes clear that certain input fields are required, without preventing the
user from making requests that don't fulfill those requirements.
On Oct 23, 2014 6:39 AM, "Luis Gonzalez" [email protected] wrote:

The API console is a documentation as well as an API testing tool.

I agree on that, never meant this to be a mandatory change... I was
proposing to be able to configure this in case you need it for your API
Console deployment. Feel free to close this, as its not really an issue.


Reply to this email directly or view it on GitHub
#80 (comment).

from api-console.

jbocharov avatar jbocharov commented on August 23, 2024

The option to disable anonymous would be extremely useful. Many of my developers are being led astray by the option (which will never work on my API) on the first-use experience, and I look to the console to help users make valid requests as they're getting familiar. There are many other ways (curl, Postman, etc) to generate an invalid request to see what would happen.

from api-console.

jcenturion avatar jcenturion commented on August 23, 2024

@jbocharov: the latest version of the console will allow you to use Anonymous requests:

  • when securedBy contains a null value in the list
/teams:
  post:
    securedBy: [ null, oauth_2_0]
  • when no security scheme is applied to method level nor api level

from api-console.

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.