Auth Package
🪪 What is Auth?
Introduction
The internal @tanglemedia Auth package is responsible for, the unauthorized screens, like the login, register, forgot password, and the layout that the unauthorized pages will look like, that we recommend using as much as possible in your SvelteKit projects, since it makes the development of those unauthorized screens so much faster.
In this package we have about 15 different components, with different functionalities, here is a link to check all of the components: @TangleMedia Auth Package.
Important Information
Most of @tanglemedia packages are built on top of Flowbite-Svelte, so the recommendation from the developers of the @tanglemedia packages are:
- If the internal @tanglemedia packages have the components or functionalities you are looking for, use it
- If the functionality or component you are looking for is not present in any of the @tanglemedia packages, look for it in Flowbite-Svelte library, they probably will have it.
- If no one has the component or feature you are looking for, make sure to develop it on your own, and make a PR to the packages repo Svelte-Starter, and one of the developers of the @tanglemedia packages will take a look at your new features and implement into the @tanglemedia packages.