agpm-cli 0.4.14

AGent Package Manager - A Git-based package manager for coding agents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
name: authentication-system
description: Template for implementing user authentication
tags: [auth, security, jwt]
---

# Authentication System

Implement user authentication with:
- Registration with email verification
- Login with JWT tokens
- Password reset functionality
- Session management
- Role-based access control