Documentation
¶
Overview ¶
Package ids generates the ephemeral identifiers used by lazysusan:
- client id: 26-char lowercase base32 (16 bytes of entropy)
- request id: 13-char lowercase base32 (8 bytes of entropy)
- token: base64url, 32 bytes of entropy, "stk_" prefix
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewClientID ¶
NewClientID returns a fresh 26-char client id.
func NewRequestID ¶
NewRequestID returns a fresh 13-char request id.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.