Overview:
AuthJS Nuxt is an experimental Nuxt module that is currently in its alpha stage. It is designed to be edge compatible and uses the Auth.js core implementation. This package provides a starting point and reference implementation for integrating Auth.js with Nuxt.
Features:
- Edge compatibility: AuthJS Nuxt is designed to work on the edge and is compatible with the latest versions of Nuxt.
- Integration with Auth.js: This module uses the Auth.js core implementation, providing a seamless integration with Nuxt.
- Documentation and examples: The package includes comprehensive documentation and working examples that can be found on the website and in the repository.
Installation:
To install AuthJS Nuxt, follow these steps:
- Fork the repository.
- Install bun:
npm install -g bun
. - Use bun to install the package at the mono-repo root:
bun i
. - Make any necessary modifications and follow conventional commits.
- Open a pull request to contribute your changes.
Summary:
AuthJS Nuxt is an experimental Nuxt module that provides edge compatibility and integration with the Auth.js core implementation. It offers a starting point and reference implementation for using Auth.js with Nuxt. The package includes documentation, examples, and welcomes contributions from the community.