Re: Django microservice authentication problem.

2023-02-02 Thread Mohammad Anarul
Thanks, guys The Django user group is very helpful. On Sun, Jan 29, 2023 at 12:54 PM Lauro Cesar de Oliveira (olarva) < ola...@gmail.com> wrote: > Hello there. > > First thing: show us the error. > > Getting status code 400? > > Probably a wrong setting of one of those (or maybe all): > >

Re: Django microservice authentication problem.

2023-01-28 Thread Lauro Cesar de Oliveira (olarva)
Hello there. First thing: show us the error. Getting status code 400? Probably a wrong setting of one of those (or maybe all): ALLOWED_HOSTS CORS_ALLOWED_ORIGINS CSRF_TRUSTED_ORIGINS CSRF_USE_SESSIONS MIDDLEWARE When working with microservice make sure the reverse-proxy/loadbalance is

Re: Django microservice authentication problem.

2023-01-28 Thread 'Steven Mapes' via Django users
Are you trying to authenticate via Django Rest FrameWork API or via the standard Django authentication system? It shouldn't really matter which it is as both can be scaled horizontally and you'll have no issue with authenticating so in order for us to help we'd need to understand what you are

Django microservice authentication problem.

2023-01-27 Thread Mohammad Anarul
How to communicate and authenticate with multiple Django servers. Is it possible? If possible you can help me, I am trying more than 15 days in this section but not getting any solution. Please share with me any requirements like books, videos, blogs, or code examples. -- You received this