A SvelteKit Template using sk-auth and configured for GoogleOAuth2Provider.
This product is a SvelteKit Template that utilizes sk-auth and is configured for Google OAuth2Provider. It includes several features such as a header and footer component, a protected profile page (server side), a blog page, and a protected post page. Additionally, it supports the use of JSONPlaceholder and Google OAuth2Provider.
To install this SvelteKit Template, follow these steps:
git clone https://github.com/<repository>cd <project_directory>npm install.env file in the project root directory and add your Google credentials in the following format:CLIENT_ID=<your_client_id>
CLIENT_SECRET=<your_client_secret>
REDIRECT_URI=<your_redirect_uri>
npm run devYou should now have the SvelteKit Template up and running locally.
This SvelteKit Template provides a ready-to-use foundation for web applications that require user authentication through Google accounts. It offers various features, including reusable header and footer components, protected profile and post pages, a blog page, and JSONPlaceholder support. With preconfigured Google OAuth2Provider and SCSS styling, this template streamlines the development process and allows for easy customization.