svschannak / snippets-backend

ALPHA: Django backend for snippet manager
0 stars 0 forks source link

Authentication Backend #1

Closed svschannak closed 8 years ago

svschannak commented 8 years ago

Add an authentication backend - based on e-mail and password and an token.

svschannak commented 8 years ago

Because it would only create new unnecessary changes in the project, i will use the username and password to get the token.

svschannak commented 8 years ago

It generally works - but the authentication should be written in its own class, like here: http://www.django-rest-framework.org/api-guide/authentication/#how-authentication-is-determined

svschannak commented 8 years ago

Is now done. Works over Header and by GET parameter.