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

fix: replace passport dependency with passport-strategy #7

Merged
merged 2 commits into from
Jun 24, 2022

Conversation

fredericboivin
Copy link
Contributor

@fredericboivin fredericboivin commented Jun 13, 2022

Fixes #4 and switch projen to use npm by default instead of yarn

@fredericboivin fredericboivin changed the title wip fix: replace passport dependency with passport-strategy Jun 13, 2022
@fredericboivin fredericboivin force-pushed the fboivin/deps branch 3 times, most recently from 253327b to 6614e86 Compare June 13, 2022 19:34
- replace dependency on passport with a dependency on `passport-strat`
  as its the recommended best pratices

- remove this.name from the strategy since it doesn't exist on
  passport-strategy

- remove a few other types that don't exist (StrategyCreated)

- fix calls to `this.fail` as the previous usage was inverted
  challenge/status
@fredericboivin fredericboivin force-pushed the fboivin/deps branch 2 times, most recently from 3503d71 to 45b54a3 Compare June 13, 2022 20:07
this was added by default by projen but it's causing problems as running
npm i overwrites the yarn.lock changes and vice versa
@fredericboivin fredericboivin marked this pull request as ready for review June 13, 2022 20:15
@fredericboivin fredericboivin requested a review from a team as a code owner June 13, 2022 20:15
@fredericboivin fredericboivin merged commit 8381413 into main Jun 24, 2022
@fredericboivin fredericboivin deleted the fboivin/deps branch June 24, 2022 14:31
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.

Depend on passport-strategy, rather than passport
2 participants