Filecoin · Authentication Profile

Filecoin Authentication

Authentication

Filecoin secures its APIs with http across 1 declared security scheme, as derived from its OpenAPI definitions.

Decentralized StorageWeb3IPFSBlockchainStorage DealsFilecoin+FVM
Methods: http Schemes: 1 OAuth flows: API key in:

Security Schemes

BearerTokenAuth http
scheme: Bearer Token

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/api.yml
summary:
  types:
  - http
schemes:
- name: BearerTokenAuth
  type: http
  scheme: Bearer Token
  description: |-
    The authentication scheme for this API is implementation dependent. Implementations should feel free to use the scheme and granularity they deem fit. This document describes the scheme used by the [go-filecoin](https://github.com/filecoin-project/go-filecoin) daemon.

    Go-filecoin will initially (v0) support a simple all or nothing authentication and authorization suitable for use by the owner/oper
  sources:
  - openapi/api.yml