A
A
Alexander2017-12-20 03:17:15
Django
Alexander, 2017-12-20 03:17:15

How to use Django authentication with Amazon Gateway API?

The project plans to use the Amazon Gateway API to send all requests to the API through it. The project consists of three separate django projects (microservices) that implement the REST API. One microservice is users, on which there is a module for JWT authorization. The task is to implement user authentication on the gateway so as not to check authorization on each microservice. Has anyone had any experience implementing django authentication with amazon gateway?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
neatsoft, 2017-12-20
@seneast

OAuth + Amazon Lambda function to check tokens
API Gateway Custom Authorizers I
use several microservices with a single authorization center in a large project with a large number of clients, everything works as it should.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question