socotecio / django-socio-grpc

gRPC for Django.
https://django-socio-grpc.readthedocs.io/
Apache License 2.0
104 stars 22 forks source link

Improve authentication mechanism #226

Open AMontagu opened 1 year ago

AMontagu commented 1 year ago

Today DSG authentication mechanisme work with custom metadata to make it compatible with Django and DRF JWT token authentication. We are not sure for now if this specific behavior is fully compatible with the Token-based authentication with Google described here: https://grpc.io/docs/guides/auth/

Follow example to test behavior :