Skip to content

Commit

Permalink
docs: add note about dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Jul 29, 2024
1 parent 4f98b53 commit 67b5542
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Add Authentication to Nuxt applications with secured & sealed cookies sessions.
- [`<AuthState>` component](#authstate-component)
- [Extendable with hooks](#extend-session)

It has few dependencies (only from [UnJS](https://github.com/unjs)), run on multiple JS environments (Node, Deno, Workers) and is fully typed with TypeScript.

## Requirements

This module only works with a Nuxt server running as it uses server API routes (`nuxt build`).
Expand Down

0 comments on commit 67b5542

Please sign in to comment.