@andor83/mother-may-i
v1.0.10
Published
Nuxt module for authentication, permissions, and server session storage using redis
Downloads
48
Readme
👩 Mother May I
A Nuxt 3 module for authentication, permissions, and server side session storage using RedisJSON. Read documentation here. Currently under heavy development
Features
- JWT signed tokens
- Server side session storage with Redis-Stack in JSON format for scaleability
- Can utilize both cookies and Authorization header bearer tokens
Contribution
# Install dependencies
npm install
# Generate type stubs
npm run dev:prepare
# Develop with the playground
npm run dev
# Build the playground
npm run dev:build
# Run ESLint
npm run lint
# Run Vitest
npm run test
npm run test:watch
# Release new version
npm run release