Skip to content

Implement user authentication #2

@luanzeba

Description

@luanzeba

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:

  1. Follow this guide to setup your forked repo
  2. Checkout a development branch
  3. Implement your changes
  4. Open a pull request and tag me for review

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions