-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example app #125
Comments
No suggestions, but looking forward to it! :) Especially the authentication bit. I managed to solve it on my own (basically copy pasting the devise one for simple auth and replacing it with djoser), but I would like to see a more correct way to do it. |
I'd like to contribute a pagination component to EDA and I think an example using this component would fit into your example well. But I don't have time to make a PR in the next few weeks so don't let this block your work on this demo. I'm also looking forward to seeing the authentication example. |
Any update on this? It would be really useful to have a repo covering all the above to bridge the gap between Django and Ember application development. I'm currently struggling to connect all the dots together especially when it comes to authentication. I've read @dustinfarris blog posts about Ember and Django authentication but they're outdated. Thanks for working on this! |
Hi @giokokos, this is moving along slowly. Once we iron out Ember Data 2.0 compatibility I plan to refocus and get this over the finish line. Sorry for the delay. |
Also waiting for this to get merged: mainmatter/ember-simple-auth#602 |
@dustinfarris There are instructions on how to get it working with your Ember 2.0 project at the top of the PR. 😃 |
I know. But for an example repo I'd rather not have to explain that. --Dustin J. Farris On Sun, Aug 30, 2015 at 8:37 PM, ryanlitalien notifications@github.com
|
I'm working on a repo to show a Django / Ember setup using the adapter.
Right now my plan is to demonstrate:
Then authentication bit is a bonus because a lot of folks seem to get hung up on that part.
Any other suggestions?
The text was updated successfully, but these errors were encountered: