Skip to content

OAS 3.0 Authorization #1159

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Oct 21, 2017
Merged

Conversation

shockey
Copy link
Contributor

@shockey shockey commented Oct 19, 2017

This PR adds support for the following types of OpenAPI 3.0 security schemes:

  • HTTP Basic
  • HTTP Bearer
  • OAuth2 Authorization Code
  • OAuth2 Implicit
  • OAuth2 Password
  • OAuth2 Multiple Flows
  • apiKey Header
  • apiKey Query

There's a new req.cookies convenience key in buildRequest, but for now it's only useful in Node environments. Browsers do not allow arbitrary control of the Cookie header (see #1163).

@shockey shockey merged commit 3d66c50 into swagger-api:master Oct 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant