Skip to content

Authentication and Authorization microservice using FastAPI

Notifications You must be signed in to change notification settings

ElonTusk404/auth-fastapi

Repository files navigation

This is a learning project where I created an Authentication and Authorization microservice using FastAPI.

This repo contains my implementation of a simple but effective auth service that handles:

  • User registration and login
  • JWT token-based authentication
  • Password hashing and security

Image alt