/FastAPI-Authen

A simple FastAPI authentication Microservice

Primary LanguagePython

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