{
  "authors": [
    "Stephane.Carrez@gmail.com"
  ],
  "configuration": {
    "disabled": true
  },
  "depends-on": [
    {
      "utilada": "^2.6.0",
      "utilada_xml": "^2.6.0"
    }
  ],
  "description": "Security Library for HTTP client and server with OAuth2 support",
  "gpr-externals": {
    "SECURITY_BUILD": [
      "distrib",
      "debug",
      "optimize",
      "profile",
      "coverage"
    ],
    "SECURITY_LIBRARY_TYPE": [
      "relocatable",
      "static",
      "static-pic"
    ]
  },
  "licenses": "Apache-2.0",
  "long-description": "\n[![Build Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-security/badges/build.json)](https://porion.vacs.fr/porion/projects/view/ada-security/summary)\n[![Test Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-security/badges/tests.json)](https://porion.vacs.fr/porion/projects/view/ada-securit/xunits)\n[![Coverage](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-security/badges/coverage.json)](https://porion.vacs.fr/porion/projects/view/ada-security/summary)\n[![Documentation Status](https://readthedocs.org/projects/ada-security/badge/?version=latest)](https://ada-security.readthedocs.io/en/latest/?badge=latest)\n\nAda Security provides a security framework which allows applications to define\nand enforce security policies. This framework allows users to authenticate by using\n[OpenID Authentication 2.0](https://openid.net/specs/openid-authentication-2_0.html)\nas well as [OAuth 2.0](https://oauth.net/2/) protocol.\nIt allows a web application to integrate easily with Yahoo!, Gitlab, Github, Facebook and\nGoogle+ authentication systems.\nThe Ada05 library includes:\n\n* An OpenID client authentication,\n* An OAuth 2.0 client authentication,\n* An OpenID Connect authentication framework,\n* An OAuth 2.0 server authentication framework,\n* A policy based security framework to protect the resources\n\nThe Ada Security library is used by the\n[Ada Web Application](https://gitlab.com/stcarrez/ada-awa)\nto provide authentication and access control to users within the web applications.\n\n## Documentation\n\n* [Ada Security Programmer's Guide](https://ada-security.readthedocs.io/en/latest/)\n\n",
  "maintainers": [
    "Stephane.Carrez@gmail.com"
  ],
  "maintainers-logins": [
    "stcarrez"
  ],
  "name": "security",
  "origin": {
    "commit": "4cdc7c89a00b939763126ea1b658aa83dc5f5a0e",
    "url": "git+https://gitlab.com/stcarrez/ada-security.git"
  },
  "project-files": [
    "security.gpr"
  ],
  "tags": [
    "security",
    "oauth2",
    "authentication",
    "permissions",
    "jwt"
  ],
  "version": "1.5.1",
  "website": "https://gitlab.com/stcarrez/ada-security"
}
