hassox / phoenix_guardian

A demo application showing usage of guardian and ueberauth
MIT License
300 stars 70 forks source link

Walkthrough? #14

Open praneybehl opened 8 years ago

praneybehl commented 8 years ago

Hi guys,

Like many other newbies I am new to Elixir and Phoenix(Evaluating to Migrate from Meteor/Node.js). It would really help to have a walkthrough video or blog post to figure what are all the things going on there and why.

Cheers!

terakilobyte commented 8 years ago

Hey there, I'm in the same boat. I'm currently writing a blog series about this, but @hassox has also written some pretty good blog posts as well.

https://github.com/ueberauth/guardian/wiki/Sample-App-and-Blog-Links

I'm hesitant to link mine at the moment as it's currently a mess as I try new things.

praneybehl commented 8 years ago

@terakilobyte thanks mate, I would really love to have a look at your blog series as well. I am a newb, and no way any critique or judge, any info to me right now is food for my thoughts.

cheers!

terakilobyte commented 8 years ago

You can check it out at www.terakilobyte.com

The ongoing series will all start with "Votio".

hassox commented 8 years ago

hey @praneybehl. I'd love to do a walk through on it. Time is not my friend I'm afraid. I've tried to comment a lot in the code. I think comments in the code is probably a good way to go, since blog posts can become stale.

I'd love some PRs that make things more clear if you're up for it :)

valle-xyz commented 8 years ago

Hey, just wanted to leave a short comment. I try to get simple user authentication done with phoenix framework, and I find it really hard and complicated. Coming from Meteor I need to rethink the whole process of user creation, password confirmation, password encryption, sign up, login, check password, etc. and it is hard.

So I think the onboarding expercience to phoenix would be made much more awsome, if we had a step by step tutorial for this. For exactly the user creation and password encryption process that is not talked about in the above mentioned tutorial.

If I can make it through this process I will write it myself, I promise! :)

hassox commented 8 years ago

:metal:

sebbean commented 8 years ago

This this series is pretty epic: https://blog.diacode.com/trello-clone-with-phoenix-and-react-pt-1

Covers the login process w/ guardian via API.

After that this may make a bit more sense.

madebysquares commented 8 years ago

Thanks @sebbean that blog post looks pretty thorough! I was looking for something a little more step by step that helps alot.