R
R
Russel7772018-06-14 09:39:58
Python
Russel777, 2018-06-14 09:39:58

What out-of-the-box solution exists to implement an asynchronous auth/authorization service in python?

I have a microservice architecture on my project, recently a question arose about separating authentication / authorization into a separate service - something like django oauth2 server, but 1) asynchronous and 2) with its own web muzzle, - I did not find anything worthwhile, only middleware without a web muzzle, Can anyone suggest suitable options? the service must: 1. work with tokens, 2. be asynchronous, 3. have permissions

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
timur14, 2018-06-14
@timur14

aiohttp security yes, without a web muzzle, of course, but you can hardly find the same ready-made solutions that are in the django ecosystem.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question