Skip to content

introduce local authentication#75

Open
carpeliam wants to merge 4 commits intomasterfrom
passport
Open

introduce local authentication#75
carpeliam wants to merge 4 commits intomasterfrom
passport

Conversation

@carpeliam
Copy link
Member

This allows users to authenticate with PantryPickup.

  • log in/out through /login and /logout
  • signup through /signup
  • integrate into the UI

josmas and others added 4 commits November 15, 2014 10:08
  - Adds local authentication through a User mongoose model
  - Not hooked up with home page (to avoid conflicts with changes there)
  - Usage:
    - /login - logs the user in
    - /logout - logs the user out
    - /profile - shows the user profile (so far just shows username)
  - There is a script to seed one user at /files/seed_users.js

  - TODO: user admin and social login
@carpeliam carpeliam self-assigned this Nov 15, 2014
This was referenced Nov 15, 2014
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.

2 participants