IBM / openapi-to-graphql

Translate APIs described by OpenAPI Specifications (OAS) into GraphQL
https://developer.ibm.com/open/projects/openapi-to-graphql/
MIT License
1.6k stars 206 forks source link

Add support for Bearer Authentication #455

Closed cancan101 closed 2 years ago

cancan101 commented 2 years ago

https://swagger.io/docs/specification/authentication/bearer-authentication/

Alan-Cha commented 2 years ago

@cancan101 Thank you so much for this PR! And sorry it took so long to get around to it. I added some documentation and a test and now we are ready to pull this in.

calvinl commented 2 years ago

Hello! Thank you for maintaining this package. Wondering any idea when this will land in a new version? Just spent a couple hours wondering why bearer auth was not working, since it's listed in the docs.