Skip to content

My users route for logging in and out of a FastAPI app.

License

Notifications You must be signed in to change notification settings

parsd/fastapi-login

Repository files navigation

fastapi-login

Build status Code coverage

My users route for logging in and out of a FastAPI app.

Development

If not done, yet, install Poetry.

  1. Create virtual environment:

    python3 -m venv venv

    or if on Windows and not using the Windows Store installer:

    python -m venv venv
  2. Activate the environment

    . venv/Scripts/activate

    or on Windows cmd:

    venv\Scripts\acivate.bat

    or PowerShell:

    venv\Scripts\Acivate.ps1
  3. Install development dependencies

    poetry install --no-root

License

This project is licensed under the terms of the MIT license.

About

My users route for logging in and out of a FastAPI app.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages