Skip to content

Commit

Permalink
fix: docs: remove auth method (#2475)
Browse files Browse the repository at this point in the history
  • Loading branch information
nunopato committed Feb 8, 2024
1 parent 25bc4b7 commit 791b729
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
5 changes: 5 additions & 0 deletions .changeset/polite-countries-dream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@nhost/docs': minor
---

fix: remove auth method
10 changes: 0 additions & 10 deletions docs/reference/openapi-auth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,9 @@ info:
servers:
- url: https://local.auth.nhost.run/v1
description: API Server
security:
- AdminSecret: []
- BearerAuth: []

components:

securitySchemes:
AdminSecret:
type: apiKey
in: header
name: X-Hasura-Admin-Secret
description: Hasura Admin Secret
BearerAuth:
scheme: bearer
type: http
Expand Down Expand Up @@ -1524,7 +1515,6 @@ paths:
schema:
$ref: '#/components/schemas/DisabledEndpointError'
description: The feature is not activated
security: []
summary: Sign In TOTP
tags:
- Authentication
Expand Down

0 comments on commit 791b729

Please sign in to comment.