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

Auth #4

Merged
merged 7 commits into from
Jul 25, 2020
Merged

Auth #4

merged 7 commits into from
Jul 25, 2020

Conversation

hobaek
Copy link
Contributor

@hobaek hobaek commented Jul 25, 2020

Types of changes

  • Bugfix (change which fixes an issue)
  • New feature (change which adds functionality)
  • Refactor (change which changes the codebase without affecting its external behavior)
  • Non-breaking change (fix or feature that would causes existing functionality to work as expected)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Purpose

setup boilerplate for auth and check connect with database

Approach

  • install cookie, bcrypt, session, passport, passport-local, dotenv
  • add signup post request server to database
  • add globar handler for middleware
  • add Controllers folder and authController file

Learning

  • how to make a global handler
  • connection with server and database
  • check status with postman

Screenshot(s)

Screen Shot 2020-07-25 at 3 57 02 PM

@haejinjo haejinjo closed this Jul 25, 2020
@haejinjo haejinjo reopened this Jul 25, 2020
@haejinjo haejinjo merged commit 63bf15e into the-goblin-shark:staging Jul 25, 2020
@haejinjo haejinjo linked an issue Jul 26, 2020 that may be closed by this pull request
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.

Error with duplicate signups should be handled
2 participants