atharvatechnology / apex-backend

Djano based backend for apex online education platform.
4 stars 8 forks source link

Fix authentication failed error by deleteing cookies #459

Closed sushilkhadka165 closed 1 year ago

sushilkhadka165 commented 1 year ago

registered signals to delete cache if user is made inactive or deleted. deleted dangling cookies of deleted/inactive user in middleware.

Closes #456