You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4.**Create a feature branch** from the active integration branch (default: `development`):
24
24
```bash
@@ -71,7 +71,7 @@ source .venv/bin/activate # or .venv\Scripts\Activate.ps1 on Windows
71
71
git push origin feat/<short-topic>
72
72
```
73
73
74
-
6.**Open a pull request** targeting `Athroniaeth/fastapi-api-key:development`. Summarise the change, mention tests/docs runs, and link related issues if applicable.
74
+
6.**Open a pull request** targeting `Athroniaeth/keyshield:development`. Summarise the change, mention tests/docs runs, and link related issues if applicable.
Copy file name to clipboardExpand all lines: README.md
+28-28Lines changed: 28 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,20 @@
1
1
# FastAPI Api Key
2
2
3
-

3
+

4
4
[](https://pytest.org/)
`fastapi-api-key` provides a backend-agnostic library that provides a production-ready, secure API key system, with optional FastAPI and Typer connectors.
12
+
`keyshield` provides a backend-agnostic library that provides a production-ready, secure API key system, with optional FastAPI and Typer connectors.
Copy file name to clipboardExpand all lines: docs/index.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,20 @@
1
1
# FastAPI Api Key
2
2
3
-

3
+

4
4
[](https://pytest.org/)
`fastapi-api-key` provides a backend-agnostic library that provides a production-ready, secure API key system, with optional FastAPI and Typer connectors.
12
+
`keyshield` provides a backend-agnostic library that provides a production-ready, secure API key system, with optional FastAPI and Typer connectors.
0 commit comments