We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a06ea0b commit 4e3a866Copy full SHA for 4e3a866
README.md
@@ -13,6 +13,8 @@ The project follows the dbAuth integration pattern as of Redwood version 4 and a
13
- The `web` package handles the OAuth flow from the user's perspective.
14
- The `api` package manages the communication with the OAuth provider and your database.
15
16
+This repo also includes a [fully set up example project](https://github.com/spoonjoy/redwoodjs-dbauth-oauth/tree/main/sample-oauth-project).
17
+
18
For more detailed information on each package, please refer to their respective README files:
19
- [Web Package README](https://github.com/spoonjoy/redwoodjs-dbauth-oauth/tree/main/web)
20
- [API Package README](https://github.com/spoonjoy/redwoodjs-dbauth-oauth/tree/main/api)
0 commit comments