You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Awesome project to the team, and I am currently switching from Lucia because you have better docs and jwt.
SvelteKit demo should have
jwt sessions in auth.js for db login - use it as default
db schema setup so as to enable email-based
Email based should say "Sign in with Email" - because saying with Resend is confusing to general user who does not know Resend is a dev api tool for email.
Custom sign in page should be added to demo and reuse layout.svelte to keep the header footer and style of the app.
People will want to customize their login pages heavily, so also add callback routes in example or maybe a SPA component.
Export Icon for each provider. Otherwise the custom sign in page is harder to get started and its unclear how to get icon.
Microsoft Entra ID is broken when using the custom Sign in Page , but works fine in built in page. Gives error related to custom function not having profilePhotoSize in config when provider() is called. this can be fixed by calling provider({}) bc otherwise it tries to read profilePhotoSize from null
TypeError: Cannot read properties of undefined (reading 'profilePhotoSize')
at MicrosoftEntraID (file:///D:/Projects/sveltekit-auth-example-official/node_modules/@auth/core/providers/microsoft-entra-id.js:88:13
Provider type
Azure Active Directory
Environment
System:
OS: Windows 11 10.0.26120
CPU: (4) x64 Intel(R) Core(TM) i5-7300HQ CPU @ 2.50GHz
Memory: 15.76 GB / 31.85 GB
Binaries:
Node: 22.11.0 - C:\Program Files\nodejs\node.EXE
Yarn: 1.22.22 - ~\AppData\Roaming\npm\yarn.CMD
npm: 10.9.0 - C:\Program Files\nodejs\npm.CMD
pnpm: 9.1.1 - ~\AppData\Local\pnpm\pnpm.CMD
bun: 1.1.42 - ~\AppData\Roaming\npm\bun.CMD
Browsers:
Edge: Chromium (127.0.26)
npmPackages:
@auth/drizzle-adapter: ^1.7.4 => 1.7.4
@auth/sveltekit: latest => 1.7.4
Reproduction URL
https://github.com/vtempest/Svelte-Starter-DOCS
Describe the issue
Awesome project to the team, and I am currently switching from Lucia because you have better docs and jwt.
SvelteKit demo should have
How to reproduce
Expected behavior
working Sign in page
The text was updated successfully, but these errors were encountered: