arrowhead-f / client-library-python

Arrowhead Client Library in Python
Eclipse Public License 2.0
5 stars 10 forks source link

FastAPI provider support for token access policy. #26

Open ajoino opened 3 years ago

ajoino commented 3 years ago

The FastAPI provider does not natively support the token access policy unless ran behind a reverse proxy. Update to support that access policy when the ASGI standard and uvicorn support accessing the certificate natively, see django/asgiref#112 and encode/uvicorn#745