-
Notifications
You must be signed in to change notification settings - Fork 70
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
Walkthrough? #14
Comments
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. |
@terakilobyte thanks mate, cheers! |
You can check it out at www.terakilobyte.com The ongoing series will all start with "Votio". |
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 :) |
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! :) |
🤘 |
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. |
Thanks @sebbean that blog post looks pretty thorough! I was looking for something a little more step by step that helps alot. |
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!
The text was updated successfully, but these errors were encountered: