django-tastypie-mongoengine icon indicating copy to clipboard operation
django-tastypie-mongoengine copied to clipboard

How can I implement token based authentication and authorization.

Open abdulwahid24 opened this issue 10 years ago • 1 comments

Hi,

I am implementing the RESTfull server where I have to serve rest services to different type of clients so in order to keep it as stateless service I want to use token based authentication where I will return a bearer token on login and then I wanna use this token in Authorization Header to authorize other rest services.

I tried to googling it but could not found any prefect solution.

Thanks, AbdulWahid

abdulwahid24 avatar Nov 03 '14 11:11 abdulwahid24

Me too

ratatatKE avatar Nov 05 '17 12:11 ratatatKE