Versions in this module Expand all Collapse all v0 v0.0.2 Aug 19, 2022 v0.0.1 Jul 4, 2022 Changes in this version + type AuthenticatedRequest struct + RemoteAddress []byte + Request []byte + Timestamp int64 + Token []byte + type Provider interface + Token func(req []byte) (token []byte, err error) + Verify func(aReq *AuthenticatedRequest) bool + type Standard struct + func New(key string, ad []byte) (*Standard, error) + func (p Standard) Token(req []byte) (token []byte, err error) + func (p Standard) Verify(ad *AuthenticatedRequest) bool