neuron-auth
Installation
SKILL.md
Authentication Integration
Integrate @neuron/auth package for authentication in Neuron applications.
Process
- Install dependencies - Add @neuron/auth package
- Configure Redux - Add authenticationSlice to store
- Setup configuration - Add auth config to app config
- Create pages - Dashboard and post-logout pages
- Setup routing - Configure ProtectedRoute
- Use in components - Access auth state with useAuth hook
Installation
npm install @neuron/auth