-
Notifications
You must be signed in to change notification settings - Fork 1k
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
chore(auth): move auth providers into separate packages #7019
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a28c94c
to
5778544
Compare
Just noting that I think the smoke tests won't pass till I actually publish the dbAuth packages. I'll confirm |
5778544
to
8830038
Compare
Tobbe
reviewed
Dec 5, 2022
Co-authored-by: Tobbe Lundberg <[email protected]>
Tobbe
approved these changes
Dec 5, 2022
dac09
added a commit
that referenced
this pull request
Dec 9, 2022
…xperimental-vite-optin * 'main' of github.com:redwoodjs/redwood: Include dbAuth setup in test project fixture check (#7036) fix: dedupe redwoodjs packages (#7050) Setup auth: No return on missing modules (#7049) fix(deps): update dependency @fastify/static to v6.6.0 (#7029) Fix webAuthn import path in setup template (#7041) Fix typo in dbauth setup package name (#7040) chore(deps): update dependency nx to v15.3.0 (#7037) fix: auth provider names in setup auth (#7038) fix(deps): update dependency @fastify/url-data to v5.2.0 (#7030) fix(deps): update dependency eslint to v8.29.0 (#7031) fix(deps): update prisma monorepo to v4.7.1 (#7027) fix(deps): update storybook monorepo to v6.5.14 (#7028) chore(deps): update dependency @replayio/playwright to v0.3.10 (#7026) chore(auth): move auth providers into separate packages (#7019)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Follow up to #6922 and similar PRs. I think the names and dependencies of all these packages are going to need more thought, but we can do that after.