diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..0432718 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,4 @@ +github: + - Firehed +custom: + - https://www.snapauth.app diff --git a/composer.json b/composer.json index cdd99c9..c9be42a 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,15 @@ { "name": "firehed/webauthn", - "description": "Web Authentication", - "keywords": [], + "description": "Support passkeys and Web Authentication", + "keywords": [ + "passkeys", + "webauthn", + "web authentication", + "u2f", + "fido", + "mfa", + "2fa" + ], "type": "library", "license": "MIT", "authors": [ @@ -14,6 +22,10 @@ "optimize-autoloader": true, "sort-packages": true }, + "funding": [ + { "type": "github", "url": "https://github.com/sponsors/Firehed" }, + { "type": "other", "url": "https://www.snapauth.app" } + ], "autoload": { "psr-4": { "Firehed\\WebAuthn\\": "src"