I'm trying to build something similar to a microservice using Django and 
can't figure out how to setup the authentication part. 

When I say 'microservice' I mean, we have a bunch of systems like - 
example.com  , test.com  , another.com and another.test.com (a subdomain). 
I'm going to build a REST API on test.com which needs to be consumed by 
another.com. How can I enforce this restriction? And if later, I wanted to 
allow example.com to use the API (or even allow general public access), how 
can I do this?

My instincts tell me that I'm missing something obvious, but I can't seem 
to figure out what to search for.

Puzzled,
Abraham V.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/93f24cbb-3ab5-4903-ba78-89446b629e30%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to