create-sailor 1.8.2 → 1.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -676
- package/README.md +1 -1
- package/dist/{dist-B346V4U6.js → dist-SFI2IGZ2.js} +2 -2
- package/dist/index.js +182 -182
- package/package.json +15 -15
- package/templates/LICENSE-SCAFFOLD.md +63 -0
- package/templates/docs/fumadocs/app/global.css +2 -2
- package/templates/workflows/inngest/welcome-email.ts +18 -2
- package/templates/LICENSE-INDEPENDENT.md +0 -93
package/README.md
CHANGED
|
@@ -138,7 +138,7 @@ Adding `--social-login=wechat,dingtalk` extends your primary auth provider
|
|
|
138
138
|
|
|
139
139
|
The primary auth provider still owns user/session lifecycle — the generated
|
|
140
140
|
callbacks exchange `code` for provider access tokens and leave a
|
|
141
|
-
|
|
141
|
+
intentional SAMPLE marker for primary-auth upsert for the user to wire up.
|
|
142
142
|
|
|
143
143
|
## After Scaffolding
|
|
144
144
|
|