mirror of
https://github.com/imorland/flarum-ext-oauth-amazon.git
synced 2025-01-07 03:06:41 +08:00
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "ianm/oauth-amazon",
|
|
"description": "Log in to your Flarum forum with Amazon",
|
|
"keywords": [
|
|
"flarum", "amazon", "sso", "oauth", "login"
|
|
],
|
|
"type": "flarum-extension",
|
|
"license": "MIT",
|
|
"support": {
|
|
"issues": "https://github.com/imorland/flarum-ext-oauth-amazon/issues",
|
|
"source": "https://github.com/imorland/flarum-ext-oauth-amazon",
|
|
"forum": "https://discuss.flarum.org/d/29191"
|
|
},
|
|
"require": {
|
|
"flarum/core": "^1.2.0",
|
|
"fof/oauth": "^1.3.0",
|
|
"luchianenco/oauth2-amazon": "^2.0"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "IanM",
|
|
"homepage": "https://discuss.flarum.org/u/ianm"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"IanM\\OAuthAmazon\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"flarum-extension": {
|
|
"title": "Log In With Amazon",
|
|
"category": "feature",
|
|
"icon": {
|
|
"name": "fab fa-amazon",
|
|
"backgroundColor": "#0072e3",
|
|
"color": "#fff"
|
|
}
|
|
}
|
|
}
|
|
}
|