bffh/api/openapi/authentication.yaml

20 lines
325 B
YAML
Raw Normal View History

openapi: 3.1.0
info:
title: difluoroborane
description: FabAccess Auth API
contact:
name: dequbed
email: me@dequbed.space
license:
name: GPL-3.0
identifier: GPL-3.0
version: 0.4.2
paths: {}
components:
securitySchemes:
basicAuth:
type: http
scheme: basic
security:
- basicAuth: []