django-tastypie-mongoengine
django-tastypie-mongoengine copied to clipboard
How can I implement token based authentication and authorization.
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
Me too