netgsm-go
An easy-to-use Go client for NETGSM APIs.
netgsm-go is a lightweight Go library for sending SMS, checking balances, and managing NETGSM services. It favors simple configuration, clear request types, and a fast setup so teams can integrate messaging quickly.
- Typed request helpers for NETGSM operations.
- SMS delivery, balance, and account management endpoints.
- Minimal dependencies with idiomatic Go patterns.
★ 0 stars ⎇ 0 forks Updated Dec 25, 2025
PWT (Protobuf Web Token)
PWT (Protobuf Web Token) library with JWT-style claims.
PWT (Protobuf Web Token) stores JWT-style claims in Protocol Buffers while keeping the familiar jwt.Claims API. It uses the signing algorithms from github.com/golang-jwt/jwt/v5, yields smaller tokens, and parses faster thanks to protobuf serialization. Custom data lives in a protobuf Struct on TokenBody.Payload.
- Drop-in compatible with jwt.Claims for validation.
- Smaller tokens and faster parsing vs standard JWT.
- Custom claims live in TokenBody.Payload as a protobuf Struct.
★ 0 stars ⎇ 0 forks Updated Jan 20, 2026