package
0.0.0-20241126202151-90b25ab44e51
Repository: https://github.com/onlymd-321/go-simple-api.git
Documentation: pkg.go.dev
# Functions
Add a new contact.
Delete a contact.
Generate JWT token.
Get all contacts.
Get a specific contact by phone number.
Login and generate token.
Logout (invalidate token).
Register a new user.
Update an existing contact.
Middleware to validate JWT token.