This is a large change. I'd recommend taking a look at good first issues first if you're not too comfortable with Rails yet.
Problem statement
The eventz app supports creation of users with some basic validations but it does not handle any user authentication or user sessions, which is a necessary step in order to RSVP to events as a specific user.
The goal of this issue is to create such user authentication and sessions.
Solution
Follow this thorough guide by Steve Polito for step-by-step instructions on how to set this up. Remember we already have a user model with an email field.
I'd be happy to review your implementation when I have time. Please open a pull request following these steps:
- Follow this guide to setup your forked repo
- Checkout a development branch
- Implement your changes
- Open a pull request and tag me for review
This is a large change. I'd recommend taking a look at good first issues first if you're not too comfortable with Rails yet.
Problem statement
The eventz app supports creation of users with some basic validations but it does not handle any user authentication or user sessions, which is a necessary step in order to RSVP to events as a specific user.
The goal of this issue is to create such user authentication and sessions.
Solution
Follow this thorough guide by Steve Polito for step-by-step instructions on how to set this up. Remember we already have a user model with an email field.
I'd be happy to review your implementation when I have time. Please open a pull request following these steps: