jcreek / SvelteKitSaasBoilerplate

A SvelteKit boilerplate project for a SaaS
https://sveltekitsaasboilerplate.netlify.app
GNU General Public License v3.0
3 stars 1 forks source link

Fetch user's name to display in Mobile Nav Menu #62

Open OllyNicholass opened 4 weeks ago

OllyNicholass commented 4 weeks ago

The account username binds via the users table, and uses the auth.id to bind as a foreign key. A database request will be required so setting up a user model which will be accessible in the layout will be required.

image

jcreek commented 3 weeks ago

This is blocked until #52 is merged