Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/halvaradop/ts-auth-init
This initializer sets up projects with pre-configured templates and unified auth.js authentication across Next.js, SvelteKit, and Express!
https://github.com/halvaradop/ts-auth-init
authjs cli express initializer nextjs npm-package sveltekit terminal
Last synced: 21 days ago
JSON representation
This initializer sets up projects with pre-configured templates and unified auth.js authentication across Next.js, SvelteKit, and Express!
- Host: GitHub
- URL: https://github.com/halvaradop/ts-auth-init
- Owner: halvaradop
- License: mit
- Created: 2024-06-17T21:33:27.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-09-12T14:41:18.000Z (2 months ago)
- Last Synced: 2024-09-13T11:04:17.579Z (2 months ago)
- Topics: authjs, cli, express, initializer, nextjs, npm-package, sveltekit, terminal
- Language: TypeScript
- Homepage:
- Size: 54.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @halvaradop/auth-init
@halvaradop/auth-init is an initializer that facilitates and accelerates the setup of projects with authentication using auth.js. It supports the three main frameworks offered by auth.js:
- NextJs
- SvelteKit
- ExpressIt simplifies the configuration to create a basic setup for using auth.js with your favorite framework, helping you focus on incorporating custom authentication configurations provided by auth.js.
## Installation
To install the initializer of authentication with Auth.js, you should install it via npm. For more information about [Auth.js](https://authjs.dev/), you can check their documentation. The command to install the package is:
```bash
npm i -g @halvaradop/auth-init
```## Contributing
Here, you will find a guide on how to contribute to the project and the necessary steps to do so. Please read our [Contributing Guidelines](https://github.com/halvaradop/.github/blob/master/.github/CODE_OF_CONDUCT.md).
## Code of Conduct
Please be aware that this project has a code of conduct, and we expect all contributors to follow these guidelines in their interactions. For more information, please read our [Code of Conduct](https://github.com/halvaradop/.github/blob/master/.github/CODE_OF_CONDUCT.md).