Skip to content

Local authentication with passport#38

Closed
josmas wants to merge 3 commits intocodeforboston:masterfrom
josmas:passport
Closed

Local authentication with passport#38
josmas wants to merge 3 commits intocodeforboston:masterfrom
josmas:passport

Conversation

@josmas
Copy link
Member

@josmas josmas commented Oct 7, 2013

  • 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

  - 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
@josmas
Copy link
Member Author

josmas commented Oct 7, 2013

pushed a version with signup but no verification (also, no client side javascript for empty fields or anything like that).

@carpeliam carpeliam self-assigned this Nov 15, 2014
@carpeliam
Copy link
Member

I'm adding additional work, but I had to do it in a separate branch, and therefore a separate pull-request, so I'm closing this one in favor of #75.

@carpeliam carpeliam closed this 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