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 s

How to get project sample of Employee Leave Management?

2023-01-28 Thread Taufiqur Rahman
Hi there, I am working on a project of Employee Leave Management. Can I get suggestions of how do design the database and get clear concept about the project? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and

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