-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
The demo is missing the links for Authentication #3
Comments
You're right. I'll be using this repo to ensure that the guides are working (easier to test changes with this already set up), so the master branch only have the first few steps from the readme done. It makes sense to also have a full demo app too that you can spin up. |
As you know from the Elixirforum I have been looking for a Auth solution, and the lack of proper demos in your repos made me giving up in trying to test all your different repos, and in the end going with another package that as working demos that make a breeze to understand how everything fits together. Despite I was in love by the Pow approach it's too much moving parts to get all working together for someone that is new to the programming language and is trying to understand the best Auth library to use for his use case. Keep the good working in the Library and maybe try to work on some good working demos to see all Pow repos working together :) |
Yeah, that's understandable. I've been thinking of taking some inspiration from the new |
Full app here btw: https://github.com/pow-auth/pow_demo/tree/full-app |
Oh, thanks! Fixed and updated to use Phoenix 1.5 now I think I got a much better setup in the readme now: https://github.com/pow-auth/pow_demo#pow-demo-app |
I've added a lot more guides. I will expand later on the full demo app when I've got more time, let me know if you see anything missing 😄 |
Oh right, the readme wasn't too clear about that. Updated and rearranged https://github.com/pow-auth/pow_demo#pow-demo-app so it explicitly states that the |
Ok it works nows, but just shows links to the register, login and logout. If I was you I woulld remove all that boilerplate from Phoenix in the Home page and personalize it to your Pow project, and include links to trigger each of the routes. Demos are crucial to be fully functional, otherwise they are just a waste of time for both the author and to anyone trying them. I don't want to seem harsh, but this is what I do in my work, and your product seems to have a lot of potential, but is lacking in easy on-boarding. |
Yeah, I agree with you 100%. I'll work on the |
Just remember to have |
A demo without links to use the demo makes it less intuitive to use, because it means you need to know how Pow works, and normally demos are for onboard new users of the Library.
The text was updated successfully, but these errors were encountered: