Answer the question
In order to leave comments, you need to log in
How can I connect DJANGO and gateway?
Push, please, to the information on how you can connect an application (on django) that implements authorization on JWT users and some of the existing GATEWAY implementations (for example, KONG or others). as I understand it, some of the gateway implementations have their own authorization (but maybe not, of course)
Answer the question
In order to leave comments, you need to log in
There are systems that have GW (usually the GW API) that can afford to authorize the token and bring only the context to the backend, but only if the connection between the GW and the backend can be guaranteed to be protected. Live example of such AWS API Gateway + Lambda.
In general, the ideal architecture in a vacuum (at a high level) is GW + Identity Server + backend. And under normal conditions, the developer only deals with the backend. Everything else - there are solutions from different companies, including opensource
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question