Skip to content

JWT auth for FastAPI blog websites. Secure, efficient, easy to integrate. Written in Python.

Notifications You must be signed in to change notification settings

mogiiee/Secure_blogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This API allows users to create and manage their own blog posts. It uses Python FastAPI for the backend and JSON Web Tokens (JWT) for authentication.

Getting Started

To get started, clone this repository and install the required dependencies.

Secure_blogger

This API allows users to create and manage their own blog posts. It uses Python FastAPI for the backend and JSON Web Tokens (JWT) for authentication.

Getting Started To get started, clone this repository and install the required dependencies.

git clone https://github.com/mogiiee/Secure_blogger.git
pip install -r requirements.txt 

Dependencies

  • fastapi
  • pydantic
  • pyjwt
  • passlib

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

JWT auth for FastAPI blog websites. Secure, efficient, easy to integrate. Written in Python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages