Skip to content
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

Need a way to handle auth #14

Closed
garnaat opened this issue Jun 28, 2016 · 2 comments
Closed

Need a way to handle auth #14

garnaat opened this issue Jun 28, 2016 · 2 comments

Comments

@garnaat
Copy link
Collaborator

garnaat commented Jun 28, 2016

AFAICT, there is currently no way to get any kind of authentication of requests.

@daneah
Copy link

daneah commented Jul 12, 2016

Are you referring to basic HTTP authentication? I could imagine building OAuth into your API with the existing functionality, but I could be missing something 😄

@JamieCressey
Copy link

API Gateway supports;

  1. API Key
  2. IAM User signature
  3. Custom auth

Custom Auth being a lambda function which manages OAuth or any other authentication mechanism not defined above.

I believe enabling 1) and 2) are just additional variables to pass within the API request so shouldn't be too difficult to do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants