jazzband / django-rest-knox

Authentication Module for django rest auth
MIT License
1.17k stars 213 forks source link

Add cookie-based authentication feature #277

Open abdelbaki1 opened 2 years ago

abdelbaki1 commented 2 years ago

HI

This feature will allows ,when enabled ,the authentification through a http-only cookie that is stored on a specified domain and signed using a Salt key . I hope this will be very useful specially for those who wanted a COOKIE-BASED AUTH for better security and answers for issue #269 . @James1345 @belugame i would be very grateful if you could take a look at my PR and give feedback

abdelbaki1 commented 2 years ago

@James1345 @belugame i can see you're too busy ,i appreciate it, if you take a look at my PR and give some FeedBack thanks

sakib412 commented 1 year ago

This is what I am looking for. Please review this and merge it.

abdelbaki1 commented 1 year ago

You could use my fork , It looks like this project is not receiving any updates soon