amplify
amplify copied to clipboard
initialized passport and session for issue 617
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]
@DietBepis1 we rebase by running the issue commands in the terminal right?
@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 mainin the terminal. - You may have to resolve merge conflicts but just follow the git prompts and you'll be good.