api-gateway-custom-authorizer
There are 22 repositories under api-gateway-custom-authorizer topic.
irensaltali/serverlessapigateway
Serverless API Gateway
aws-samples/multiple-identity-providers-amazon-api-gateway
This example demonstrates a pattern to leverage multiple identity providers with an API Gateway and manage Authorization with Amazon Verified Permissions.
abhinavrohatgi30/centralized-auth-gateway
A centralized Authentication and Authorization Gateway written on top of Netflix Zuul
kaancfidan/bouncer
JWT-based authentication and authorization service
VR4J/aws-enriching-lambda-authorizer
A Lambda Authorizer that enriches the request with some additional session information.
marcosantonocito/serverless-firebase-custom-authorizer
Lambda-based Firebase Custom Authorizer for use in API Gateway with Serverless Framework.
diogofcunha/api-gateway-auth-policy
AWS auth policy generator for API gateways lambda authorizers
Vin65/npm-auth0-authorizer
Auth0 API Gateway Custom Authorizer
andersonkmi/credit-card-bindb-service-aws
Reference project using AWS Lambda and Scala for CSV processing and loading into DynamoDB
jnabor/aws-cognito-vue
AWS Cognito Authentication with Vue.js
alokkusingh/aws-apigw-authorizer
AWS API Gateway Authorizer Lambda
approov/aws-api-gateway_approov-proxy-authorizer
An Approov lambda authorizer in Python for the AWS API Gateway
mu-majid/trivago-case-study
This is a mini hotel reservation system. Comprising of Three microservice (Monitoring, Api Gateway, and All Business Logic Service). THIS DOES NOT FOLLOW Microservices Architecture strictly.
bhuone-garbu/serverless-auth
Authorizer using Auth0 and AWS Lambda using the serverless framework with Node.js
darker-software/portfolio-site-backend
The AWS components for my portfolio site using the AWS CDK
jpiou/aws-apigateway-lambda-authorizer
Mécanisme d'autorisation pour API Gateway grâce à cette fonction Lambda. Elle prend, en config, un fichier de correspondance apiKey/salt. Le partenaire qui devra utiliser l'API, devra connaître l'algo de génération du token (à partir de apiKey/salt) qui est utilisé dans la function Lambda. Une dimension timestamp renforce l'algo pour augmenter la sécurité.
maneki-technology/maneki-aws-api-gateway-okta-authorizer
This repository provides a bootstrap for AWS lambda authorizer using Okta OAuth2. The function verifies the Okta access token sent in the authorization header from AWS API Gateway. The authorizer type is REQUEST, JSON payload format version 2.0. For more details of AWS lambda authorizer, please visit https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-use-lambda-authorizer.html
rflcnunes/tf-cognito-api
This repository contains Terraform configuration files for setting up and managing an AWS infrastructure focused on AWS Cognito. It is designed to demonstrate the integration of AWS Cognito with an AWS API Gateway REST API, exemplified by a "petstore" application.
rswift/sturdy-dollop
Exploration of API Gateway HTTP API + Lambda Authoriser
soat-fiap/bmb.authenticator
handles authentication and authorization within the BMB application. It includes Terraform configurations for setting up AWS resources like Cognito user pools and identity providers, ensuring secure and scalable user management and authentication mechanisms.