Skip to content
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

Add base User authentication #8

Merged
merged 1 commit into from
Jul 10, 2024
Merged

Add base User authentication #8

merged 1 commit into from
Jul 10, 2024

Conversation

andresag4
Copy link
Collaborator

No description provided.

@andresag4 andresag4 requested a review from LuigiR0jas July 3, 2024 03:50
@andresag4 andresag4 force-pushed the user-authentication branch 3 times, most recently from 5ae5a6d to 18ae7af Compare July 3, 2024 04:15
@LuigiR0jas LuigiR0jas linked an issue Jul 5, 2024 that may be closed by this pull request
@Sergio-e Sergio-e self-requested a review July 5, 2024 22:25
Copy link
Collaborator

@Sergio-e Sergio-e left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In general, I think it looks good. I think adding system specs would be a good idea before merging to main. The main areas of focus should be sessions and registrations but if time allows adding specs to reset passwords would be helpful. Take a look at the README on how to write system specs and I'll be glad to help if you need any assistance.

db/migrate/20240703032312_add_password_digest_to_user.rb Outdated Show resolved Hide resolved
config/routes.rb Outdated Show resolved Hide resolved
app/controllers/application_controller.rb Outdated Show resolved Hide resolved
@andresag4 andresag4 force-pushed the user-authentication branch 6 times, most recently from ea267d7 to fdcbff7 Compare July 10, 2024 13:57
@andresag4 andresag4 requested a review from Sergio-e July 10, 2024 16:28
@andresag4 andresag4 force-pushed the user-authentication branch from fdcbff7 to 0f18d95 Compare July 10, 2024 20:17
@LuigiR0jas LuigiR0jas merged commit 074b214 into main Jul 10, 2024
4 checks passed
@LuigiR0jas LuigiR0jas deleted the user-authentication branch July 10, 2024 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Setup Authentication
3 participants