https://github.com/litestar-org/litestar-oidc
WIP - OIDC Implementation for Litestar applications
https://github.com/litestar-org/litestar-oidc
hacktoberfest litestar litestar-api litestar-extension litestar-framework litestar-plugin
Last synced: 2 months ago
JSON representation
WIP - OIDC Implementation for Litestar applications
- Host: GitHub
- URL: https://github.com/litestar-org/litestar-oidc
- Owner: litestar-org
- License: mit
- Created: 2023-09-16T21:04:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-25T18:08:35.000Z (over 1 year ago)
- Last Synced: 2024-12-26T20:16:07.477Z (4 months ago)
- Topics: hacktoberfest, litestar, litestar-api, litestar-extension, litestar-framework, litestar-plugin
- Language: Python
- Homepage:
- Size: 75.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
![]()
| Project | | Status |
| --------- | :-- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| CI/CD | | [](https://github.com/litestar-org/litestar/actions/workflows/publish.yaml) [](https://github.com/litestar-org/litestar/actions/workflows/ci.yaml) [](https://github.com/litestar-org/litestar/actions/workflows/docs.yaml) |
| Quality | | [](https://sonarcloud.io/summary/new_code?id=litestar-org_litestar) [](https://sonarcloud.io/summary/new_code?id=litestar-org_litestar) [](https://sonarcloud.io/summary/new_code?id=litestar-org_litestar) [](https://sonarcloud.io/summary/new_code?id=litestar-org_litestar) [](https://sonarcloud.io/summary/new_code?id=litestar-org_litestar) |
| Package | | [](https://badge.fury.io/py/litestar)    |
| Community | | [](https://reddit.com/r/litestarapi) [](https://discord.gg/X3FJqy8d2j) [](https://matrix.to/#/#litestar:matrix.org) [](https://twitter.com/LitestarAPI) [](https://blog.litestar.dev) |
| Meta | | [](https://github.com/litestar-org/litestar) [](https://github.com/python/mypy) [](https://spdx.org/licenses/) [](https://github.com/sponsors/litestar-org) [](https://github.com/astral-sh/ruff) [](https://github.com/psf/black) [](#contributors-) |# project-template
Template repository for packages belonging to [@litestar-org](https://github.com/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.