Re: Django authentication micro service Rest API utilization

2020-03-31 Thread Suraj Thapa FC
Read about jwt token refresh and interceptors in spa On Tue, 31 Mar 2020, 11:00 pm crack studio, wrote: > Hello Everyone, > > I want to implement and integrate different, separately Django service. > Suppose I have these two different projects. > > 1. Authentication *rest API* ( user can registe

Django authentication micro service Rest API utilization

2020-03-31 Thread crack studio
Hello Everyone, I want to implement and integrate different, separately Django service. Suppose I have these two different projects. 1. Authentication *rest API* ( user can register, login, email verification, create JWT token on login, refresh token, etc) 2. Frontend Project: This is the proje