Node Auth Snippets
A Visual Studio Code extension that provides ready-to-use Node.js authentication snippets with bcrypt and JWT.
🚀 Available Snippets
registerapi
Creates a complete Express.js register API with:
- User existence check
- Password hashing using bcrypt
- JWT token generation
- Error handling
📦 Usage
- Open a JavaScript (.js) file
- Type
registerapi
- Press
Tab
- The full register API will be generated
🛠 Requirements
- Node.js
- Express
- bcrypt
- jsonwebtoken
👨💻 Author
Pranjal Sharma
| |