-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:redwoodjs/redwood into feat/dc-kc-e…
…xperimental-vite-optin * 'main' of github.com:redwoodjs/redwood: (27 commits) fix(deps): update dependency @types/node to v16.18.9 (#7140) fix(deps): update dependency vscode-languageserver-textdocument to v1.0.8 (#7132) fix: add cli-helpers as dep (#7141) remove deprecated auth providers (#7138) chore: update test project fixture dbauth packages (#7139) NavLink not highlighting when on sub pages (#6939) Rename create auth functions (#7137) Export underlying cache client with Service Cache functions (#7062) fix(deps): update dependency @simplewebauthn/browser to v6.2.2 (#7103) fix(deps): update dependency msw to v0.49.2 (#7126) chore(deps): update dependency nx to v15.3.3 (#7125) fix(deps): update docusaurus monorepo to v2.2.0 (#7116) [docs] How to test in GitHub actions (#6921) fix(deps): update typescript-eslint monorepo to v5.46.1 (#7109) Codemod to include full-name in test-project signup (#7124) Rebuild test-project fixture (#7123) feat: add CustomValidator (#7051) dbAuthClient (#7111) chore(deps): update dependency nx to v15.3.2 (#7114) chore(deps): update dependency redis to v4.5.1 (#7115) ...
- Loading branch information
Showing
172 changed files
with
7,306 additions
and
5,296 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
import { createDbAuth } from '@redwoodjs/auth-dbauth-web' | ||
import { createDbAuthClient, createAuth } from '@redwoodjs/auth-dbauth-web' | ||
|
||
export const { AuthProvider, useAuth } = createDbAuth() | ||
const dbAuthClient = createDbAuthClient() | ||
|
||
export const { AuthProvider, useAuth } = createAuth(dbAuthClient) |
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
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
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
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
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
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
Oops, something went wrong.