Commit b5af548
feat: add flag to disable
* feat: ✨ add flag to disable getSession after signIn on local provider
* feat: ✨ add flag to disable getSession after signIn on refresh provider
* docs: ✨ add flag to disable getSession after signIn on local/refresh provider
* fix: 🐛 sync refresh provider redirect external with local provider
* refactor: ♻️ rename withGetSession boolean to withSession
* docs: 📝 add example to disable getSession with signIn local provider
* feat: 🏷️ add withSession flag to SecondarySignInOptions interface
* revert: style: 🎨 remove markdownlint md034 url change
* docs: 📝 improve type documentation
Co-authored-by: Marsel Shaikhin <[email protected]>
* refactor: ♻️ rename withSession to callGetSession
---------
Co-authored-by: Marsel Shaikhin <[email protected]>getSession after signIn on local provider (#702)1 parent 0d9ae7a commit b5af548
File tree
3 files changed
+15
-2
lines changed- docs/guide/application-side
- src/runtime
- composables/local
3 files changed
+15
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
213 | 216 | | |
214 | 217 | | |
215 | 218 | | |
| |||
321 | 324 | | |
322 | 325 | | |
323 | 326 | | |
| 327 | + | |
324 | 328 | | |
325 | 329 | | |
326 | 330 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
59 | 63 | | |
60 | | - | |
61 | 64 | | |
62 | 65 | | |
63 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
574 | 574 | | |
575 | 575 | | |
576 | 576 | | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
577 | 583 | | |
578 | 584 | | |
579 | 585 | | |
| |||
0 commit comments