19 lines
425 B
JSON
19 lines
425 B
JSON
{
|
|
"name": "kasperrt/oauth2-client",
|
|
"description": "OAuth2 Client with Bearer tokens",
|
|
"license": "MIT",
|
|
"keywords": ["authentication"],
|
|
"type": "simplesamlphp-module",
|
|
"homepage": "https://github.com/kasperrt/oauth2-client",
|
|
"minimum-stability": "dev",
|
|
"authors": [
|
|
{
|
|
"name": "Kasper Rynning-Tønnesen",
|
|
"homepage": "https://kasperrt.no"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"classmap": [""]
|
|
}
|
|
}
|