Code Monkey home page Code Monkey logo

aws-api-key-tag-context-lambda-authorizer's People

Contributors

dependabot[bot] avatar sigpwned avatar

Watchers

 avatar

aws-api-key-tag-context-lambda-authorizer's Issues

Parameterized API key loading

Users should be able to use other approaches to loading API keys. The following approaches seem useful, although certainly there are others:

These values should be given in a String parameter. If the API key cannot be found with the given method, then unauthorized.

Parameterized API key extraction

Users should be able to customize the way the authorizer extracts API keys from the request using CloudFormation parameters. The following schemes seem useful, although certainly there are others:

  • authorization:bearer() - The current bearer token logic
  • authorization:bearer(plain) - Same as above
  • authorization:bearer(base64) - A base64-encoded bearer token
  • authorization:basic() - HTTP basic authentication, where the API key is the entire credential
  • authorization:basic(user) - HTTP basic authentication, where the API key is the user part
  • authorization:basic(password) - HTTP basic authentication, where the API key is the password part
  • header:$HEADER_NAME() - API key is stored in HTTP header $HEADER_NAME

These options should be given in a CommaDelimitedList parameter, with each element of the list being tried in turn in the order given. If no given approach to extracting an API key is successful, then unauthorized.

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.