neuron-auth

Installation
SKILL.md

Authentication Integration

Integrate @neuron/auth package for authentication in Neuron applications.

Process

  1. Install dependencies - Add @neuron/auth package
  2. Configure Redux - Add authenticationSlice to store
  3. Setup configuration - Add auth config to app config
  4. Create pages - Dashboard and post-logout pages
  5. Setup routing - Configure ProtectedRoute
  6. Use in components - Access auth state with useAuth hook

Installation

npm install @neuron/auth
Installs
1
First Seen
Jun 19, 2026
neuron-auth — luko248/neuron-ai