Implement credential reset via CLI.

This commit is contained in:
Leo Vasanko
2025-09-26 17:18:33 -06:00
parent f065a8294f
commit 654618883d
3 changed files with 173 additions and 47 deletions

View File

@@ -34,6 +34,7 @@ line-length = 88
select = ["E", "F", "I", "N", "W", "UP"]
ignore = ["E501"] # Line too long
isort.known-first-party = ["passkey"]
[project.scripts]
passkey-auth = "passkey.fastapi.__main__:main"