wlanslovenija / django-tastypie-mongoengine

MongoEngine support for django-tastypie.
Other
73 stars 59 forks source link

How can I implement token based authentication and authorization. #83

Open abdulwahid24 opened 9 years ago

abdulwahid24 commented 9 years ago

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

ratatatKE commented 6 years ago

Me too