Hex.pm · Authentication Profile

Hex Pm Authentication

Authentication

Hex.pm secures its APIs with apiKey and http across 3 declared security schemes, as derived from its OpenAPI definitions.

Package RegistryErlangElixirGleamBEAMOpen SourcePackage Manager
Methods: apiKey, http Schemes: 3 OAuth flows: API key in: header

Security Schemes

ApiKeyAuth apiKey
· in: header (Authorization)
BearerAuth http
scheme: bearer
BasicAuth http
scheme: basic

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/openapi.json
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: ApiKeyAuth
  type: apiKey
  in: header
  parameter: Authorization
  description: 'API token authentication. Pass the token directly: `Authorization: token`. For
    OAuth2 Bearer tokens use: `Authorization: Bearer token`.'
  sources:
  - openapi/openapi.json
- name: BearerAuth
  type: http
  scheme: bearer
  description: OAuth2 Bearer token obtained via Device Authorization Grant (RFC 8628).
  sources:
  - openapi/openapi.json
- name: BasicAuth
  type: http
  scheme: basic
  description: Deprecated. Basic authentication with username and password. Only allowed on
    specific endpoints for generating API tokens.
  sources:
  - openapi/openapi.json