zaubererty / ember-cli-django-rest-auth

Auth-Provider for Django-Rest-Framework with Ember-Simple-Auth
GNU Lesser General Public License v3.0
12 stars 5 forks source link

Add documentation for how to retrieve user information once authenticated #2

Open treyhunner opened 10 years ago

treyhunner commented 10 years ago

I don't believe this feature could be built-in since django-rest-framework's token authenticator only gives you the token. However, it might be nice document where a call to fetch the current user could be injected into the JavaScript flow. I'm trying to figure out how to do this now because I haven't found any suggestions online yet.

zaubererty commented 8 years ago

Have you found a solution?