# Packages

Package api defines the JSON-RPC API between the browser and the server as well as between mobile devices and the server.
Package cache implements an caches for objects.
Package config defines the environment baased configuration for this project.
Package controller defines common utilities used by web and API controllers.
Package cookiestore provies an abstraction on top of the existing cookie store to handle hot-reloading of cookie HMAC and encryption keys.
Package database manages database connections and ORM integration.
Package digest includes common digest helpers.
Package email is logic for sending email invitations.
No description provided by the author
Package jwthelper implements some common methods on top of the JWT library.
Package keyutils provides helpers for working with ECDSA public keys.
Package observability provides tools for working with open census.
Package pagination defines pagination helpers.
Package ratelimit defines common rate limiting logic and config.
Package rbac implements authorization.
Package realip attempts to extract the real IP address from a service running behind a load balancer.
Package redis defines redis-specific configurations.
Package render defines rendering functionality.
Package signatures implements common signing algorithms.
Package sms defines interfaces for sending SMS text messages.