Skip to content
#

jsdoc

Here are 323 public repositories matching this topic...

express-jsdoc-swagger
thomasuebi
thomasuebi commented Jul 14, 2021

Describe the bug
Authentication not working with oauth2.
To Reproduce
Trying to implement oauth2 according to swagger documentation.

security: {
    BearerAuth: {
      type: "oauth2",
      scheme: "bearer",
    },
  }

Does not work unfortunately. Also, I can not add scope and token URL information.
Expected behavior
I want to be able to add OAuth2 authentication

Improve this page

Add a description, image, and links to the jsdoc topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the jsdoc topic, visit your repo's landing page and select "manage topics."

Learn more