parsa-mz / FastAPI-Authen

A simple FastAPI authentication Microservice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auth Microservice in FastAPI

Step 1:

config .env for your postgres database and jwt secrets and also config kavenegar.com templates

Step 2:

run sql_app to migrate the database

Step 3:

run authentication_app

Notes

For the email service, you need to pass a private-key.pem file in the root directory of the project. This is used for signing the JWT tokens.

Author

Parsa Mazaheri

About

A simple FastAPI authentication Microservice


Languages

Language:Python 100.0%