Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
svgta1 committed Nov 26, 2023
1 parent a567c36 commit f6eac5d
Show file tree
Hide file tree
Showing 29 changed files with 4,681 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

vendor/
log/
23 changes: 23 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "svgta/webauthn",
"description": "WebAuthn library for PHP",
"type": "library",
"require": {
"guzzlehttp/guzzle": "^7.8",
"web-auth/webauthn-lib": "^4.7",
"svgta/oidc-lib": "^0.1.1",
"symfony/clock": "^6.3"
},
"license": "GPL-3.0-only",
"autoload": {
"psr-4": {
"Svgta\\WebAuthn\\": "lib/"
}
},
"authors": [
{
"name": "Svgta",
"email": "[email protected]"
}
]
}
Loading

0 comments on commit f6eac5d

Please sign in to comment.