aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/authentication.md
AgeCommit message (Expand)Author
2014-02-28Adds HawkREST to 3rd party auth docsKumar McMillan
2014-02-28Fix trailing whitespaceKumar McMillan
2014-02-20include djangorestframework-httpsignature in the docsElvio Toccalino
2014-01-18Include the djangorestframework-jwt packageJosé Padilla
2013-12-11Use get_user_model instead of User in Generating Tokens exampleOddBloke
2013-12-11Add full required imports to Generating Tokens exampleOddBloke
2013-10-31Updated OAuth2 authentication docs.erkarl
2013-09-02Changed DOAC documentation linkKevin Brown
2013-08-21Include import paths throughout docs.Tom Christie
2013-07-29Minor typo fixJames Rutherford
2013-07-29Updated authtoken docs to mention south migrationsJames Rutherford
2013-07-29Docs about migrations and `post_save`.Tom Christie
2013-07-02Fix broken link by hacking around md->html translatingTom Christie
2013-07-01Tweak textTom Christie
2013-07-01Capitalization on OAuthTom Christie
2013-07-01Added Django OAuth2 Consumer packageTom Christie
2013-06-17Add Django OAuth Toolkit to docsTom Christie
2013-06-03request.user should be still be accessible in renderer context if authenticat...Tom Christie
2013-05-28Fix md formatting and typosStephan Groß
2013-04-26Adding 'view or viewset' to docs appropriate.Tom Christie
2013-04-11Remove redundant text.Victor Shih
2013-03-30Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-03-28Note on using curl with token authTom Christie
2013-03-27Complete remove of client checks from oauth2Fernando Rocha
2013-03-09Docs polishing.Tom Christie
2013-03-07Tweak docsTom Christie
2013-03-07Merge OAuth2 work.Tom Christie
2013-03-07Merge & clean OAuth supportTom Christie
2013-03-06Update the documentationPierre Dulac
2013-03-05Fix typoStephan Groß
2013-03-05Docs tweak.Tom Christie
2013-03-05Minor docs tweakTom Christie
2013-03-04Add note for using authtoken with custom django user model and southStephan Groß
2013-03-01Use the correct doc link stylePierre Dulac
2013-03-01Merge branch 'master' into oauth2-authenticationPierre Dulac
2013-03-01Add OAuth2Authentication documentationPierre Dulac
2013-02-28Auth is no longer lazy. Closes #667.Tom Christie
2013-02-27rfc5849 link with anchorswistakm
2013-02-25add OAuthAuthentication documentation stubswistakm
2013-02-23method fix for custom authenticationRyan Detzel
2013-02-12Notes on creating a custom `obtain_auth_token` view. Fixes #641.Tom Christie
2013-02-07Add link to djangorestframework-digestauthTom Christie
2013-01-28fix mistake in docsswistakm
2013-01-28Merge branch 'upstream_master' into docs_patch_methodMichael Elovskikh
2013-01-28Example custom authentication. Fixes #301.Tom Christie
2013-01-22Merge branch 'master' into unauthenticated_responseTom Christie
2013-01-21WWW-Authenticate responsesTom Christie
2013-01-20Fixed reference to authtoken in the docsBruno Renié
2013-01-18Rephrasing.Tom Christie
2013-01-17Added PATCH HTTP method to the docsMichael Elovskikh