Skip to content

ycc140/fastapi_https

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastapi_https

Example of using HTTPS with FastAPI

This code repository shows how to use https together with FastAPI to encrypt the communication between the browser and the API.

It also shows some good coding practices when using the Pydantic and FastAPI functionality (authentication among other things), as well as enriching the OpenAPI documentation.

This repository is described in more detail in the Medium article A FastAPI https example with perks.

I have developed this on Windows, but I also cover Linux and macOS differences in the Medium article where needed.

About

Example of using HTTPS with FastAPI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages