Skip to content

Commit

Permalink
Update version (#124)
Browse files Browse the repository at this point in the history
* Update version to 0.0.0b1

* Update security schemas and security handling
  • Loading branch information
kumaranvpl authored Sep 6, 2024
1 parent b5d540a commit 29f717c
Show file tree
Hide file tree
Showing 8 changed files with 1,216 additions and 7 deletions.
12 changes: 11 additions & 1 deletion .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,17 @@
"line_number": 914,
"is_secret": false
}
],
"examples/openapi/giphy_openapi.json": [
{
"type": "Hex High Entropy String",
"filename": "examples/openapi/giphy_openapi.json",
"hashed_secret": "e3ddfbda4fafddc6ce61a11ef9e9c0149bbfcc48",
"is_verified": false,
"line_number": 1066,
"is_secret": false
}
]
},
"generated_at": "2024-09-05T10:06:48Z"
"generated_at": "2024-09-06T09:35:21Z"
}
1 change: 1 addition & 0 deletions docs/docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ search:
- [APIKeyQuery](api/fastagency/openapi/security/APIKeyQuery.md)
- [BaseSecurity](api/fastagency/openapi/security/BaseSecurity.md)
- [BaseSecurityParameters](api/fastagency/openapi/security/BaseSecurityParameters.md)
- [HTTPBearer](api/fastagency/openapi/security/HTTPBearer.md)
- security_schema_visitor
- [custom_visitor](api/fastagency/openapi/security_schema_visitor/custom_visitor.md)
- studio
Expand Down
11 changes: 11 additions & 0 deletions docs/docs/en/api/fastagency/openapi/security/HTTPBearer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
# 0.5 - API
# 2 - Release
# 3 - Contributing
# 5 - Template Page
# 10 - Default
search:
boost: 0.5
---

::: fastagency.openapi.security.HTTPBearer
Loading

0 comments on commit 29f717c

Please sign in to comment.