14 lines
292 B
JSON
14 lines
292 B
JSON
{
|
|
"name": "ktrix/authentication-provider-oidc",
|
|
"description": "Ktrix OpenID Connect authentication provider for SSO authentication",
|
|
"type": "project",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"KTXM\\AuthenticationProviderOidc\\": "lib/"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=8.2"
|
|
}
|
|
}
|