diff --git a/opensaas-sh/app_diff/README.md.diff b/opensaas-sh/app_diff/README.md.diff index f70147e..c4ca312 100644 --- a/opensaas-sh/app_diff/README.md.diff +++ b/opensaas-sh/app_diff/README.md.diff @@ -4,7 +4,7 @@ -# +# opensaas.sh (demo) app --Built with [Wasp](https://wasp-lang.dev), based on the [Open Saas](https://opensaas.sh) template. +-Built with [Wasp](https://wasp.sh), based on the [Open Saas](https://opensaas.sh) template. +This is a Wasp app based on Open Saas template with minimal modifications that make it into a demo app that showcases Open Saas's abilities. + +It is deployed to https://opensaas.sh and serves both as a landing page for Open Saas and as a demo app. diff --git a/opensaas-sh/app_diff/main.wasp.diff b/opensaas-sh/app_diff/main.wasp.diff index a648f16..0b52eea 100644 --- a/opensaas-sh/app_diff/main.wasp.diff +++ b/opensaas-sh/app_diff/main.wasp.diff @@ -46,7 +46,7 @@ + "", ], - // 🔐 Auth out of the box! https://wasp-lang.dev/docs/auth/overview + // 🔐 Auth out of the box! https://wasp.sh/docs/auth/overview @@ -38,7 +37,7 @@ email: { fromField: { @@ -60,17 +60,17 @@ }, userSignupFields: import { getEmailUserFields } from "@src/auth/userSignupFields", }, -- // Uncomment to enable Google Auth (check https://wasp-lang.dev/docs/auth/social-auth/google for setup instructions): +- // Uncomment to enable Google Auth (check https://wasp.sh/docs/auth/social-auth/google for setup instructions): - // google: { // Guide for setting up Auth via Google - // userSignupFields: import { getGoogleUserFields } from "@src/auth/userSignupFields", - // configFn: import { getGoogleAuthConfig } from "@src/auth/userSignupFields", - // }, -- // Uncomment to enable GitHub Auth (check https://wasp-lang.dev/docs/auth/social-auth/github for setup instructions): +- // Uncomment to enable GitHub Auth (check https://wasp.sh/docs/auth/social-auth/github for setup instructions): - // gitHub: { - // userSignupFields: import { getGitHubUserFields } from "@src/auth/userSignupFields", - // configFn: import { getGitHubAuthConfig } from "@src/auth/userSignupFields", - // }, -- // Uncomment to enable Discord Auth (check https://wasp-lang.dev/docs/auth/social-auth/discord for setup instructions): +- // Uncomment to enable Discord Auth (check https://wasp.sh/docs/auth/social-auth/discord for setup instructions): - // discord: { - // userSignupFields: import { getDiscordUserFields } from "@src/auth/userSignupFields", - // configFn: import { getDiscordAuthConfig } from "@src/auth/userSignupFields"