Implement credential reset via CLI.

This commit is contained in:
2025-09-27 05:18:33 +00:00
parent bd5a920a56
commit ec098b862c
3 changed files with 173 additions and 47 deletions
+1
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"