amplify icon indicating copy to clipboard operation
amplify copied to clipboard

initialized passport and session for issue 617

Open KonnyGuo opened this issue 2 years ago • 2 comments

Initialized passport and express-session (PostgreSQLStore) in app.js.

The rest of the code can be found in these pull requests:

  • Middleware: https://github.com/ProgramEquity/amplify/pull/644
  • Passport Local Strategy: https://github.com/ProgramEquity/amplify/pull/696

All of the above when combine together would be the full logic for issue 617 as described under

  • Issue 617: https://github.com/ProgramEquity/amplify/issues/617

Co-authored-by: @briansegura15 [email protected]

KonnyGuo avatar Nov 06 '23 18:11 KonnyGuo

@DietBepis1 we rebase by running the issue commands in the terminal right?

KonnyGuo avatar Dec 24 '23 21:12 KonnyGuo

@DietBepis1 we rebase by running the issue commands in the terminal right?

You'll want to do the following:

  • Check out the main branch and pull the most recent commits into that
  • Then check out this branch and run git rebase main in the terminal.
  • You may have to resolve merge conflicts but just follow the git prompts and you'll be good.

DietBepis1 avatar Dec 30 '23 16:12 DietBepis1