Skip to content

WIP - OIDC Implementation for Litestar applications

License

Notifications You must be signed in to change notification settings

litestar-org/litestar-oidc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a860440 · Jan 25, 2024

History

5 Commits
Jan 25, 2024
Sep 16, 2023
Sep 16, 2023
Sep 16, 2023
Sep 16, 2023
Sep 16, 2023
Sep 16, 2023
Sep 16, 2023
Sep 16, 2023
Sep 16, 2023
Sep 16, 2023
Sep 16, 2023
Sep 16, 2023
Sep 16, 2023

Repository files navigation

Litestar Logo - Light Litestar Logo - Dark

Project Status
CI/CD Latest Release ci Documentation Building
Quality Coverage Quality Gate Status Maintainability Rating Reliability Rating Security Rating
Package PyPI - Version PyPI - Support Python Versions Starlite PyPI - Downloads Litestar PyPI - Downloads
Community Reddit Discord Matrix Twitter Blog
Meta Litestar Project types - Mypy License - MIT Litestar Sponsors linting - Ruff code style - Black All Contributors

project-template

Template repository for packages belonging to @litestar-org organization.

Usage:

  • Pick this template in GitHub.
  • If you don't want to use the src folder, rename it and replace all references to src with the new target folder.
  • Run pre-commit install && pre-commit autoupdate
  • Update pyproject.toml with your dependencies and run pdm update to create a lock file.
  • Update the project description, keywords, author, maintainers etc. in pyproject.toml

Docs

Important

TODO

Sonar

  • Import the repository into sonarcloud and update the sonar properties file to use the correct project key.
  • Add the SONAR_TOKEN secret in GitHub as an action secret.

Release

  • To release you need to set the PYPI_TOKEN value in GitHub.