Jack
Jack

Reputation: 239

Ember Simple Auth intergration with djoser (django rest framework)

I would like to ask if it's a good practice to use ember simple auth library with djoser. I am using ember for frontend and I would like to use a certain backend made in django. I was wondering if it's better to use ember simple auth library or to try to implement authentication from scratch. I just don't know in what level djoser implements login/logout actions.

Thanks in advance!

Upvotes: 0

Views: 84

Answers (1)

Gennady Dogaev
Gennady Dogaev

Reputation: 5991

I consider a good practice to use ember simple auth with anything. It's a good and ready solution. Maybe you will need to implement authenticator and authorizer, but it's faster than writing and debugging the whole auth from the scratch.

Upvotes: 1

Related Questions