From 536c5e469e7eac71b1c69d5e8b0d71026f507ff9 Mon Sep 17 00:00:00 2001 From: Stephane Carrez Date: Mon, 2 Sep 2024 19:23:02 +0200 Subject: [PATCH] security 1.5.1 (#1219) --- index/se/security/security-1.5.1.toml | 56 +++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 index/se/security/security-1.5.1.toml diff --git a/index/se/security/security-1.5.1.toml b/index/se/security/security-1.5.1.toml new file mode 100644 index 00000000..4d5f5ef5 --- /dev/null +++ b/index/se/security/security-1.5.1.toml @@ -0,0 +1,56 @@ +description = "Security Library for HTTP client and server with OAuth2 support" +name = "security" +version = "1.5.1" +licenses = "Apache-2.0" +maintainers = ["Stephane.Carrez@gmail.com"] +maintainers-logins = ["stcarrez"] +authors = ["Stephane.Carrez@gmail.com"] +project-files = ["security.gpr"] +tags = ["security", "oauth2", "authentication", "permissions", "jwt"] +website = "https://gitlab.com/stcarrez/ada-security" +long-description = """ + +[![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) +[![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) +[![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) +[![Documentation Status](https://readthedocs.org/projects/ada-security/badge/?version=latest)](https://ada-security.readthedocs.io/en/latest/?badge=latest) + +Ada Security provides a security framework which allows applications to define +and enforce security policies. This framework allows users to authenticate by using +[OpenID Authentication 2.0](https://openid.net/specs/openid-authentication-2_0.html) +as well as [OAuth 2.0](https://oauth.net/2/) protocol. +It allows a web application to integrate easily with Yahoo!, Gitlab, Github, Facebook and +Google+ authentication systems. +The Ada05 library includes: + +* An OpenID client authentication, +* An OAuth 2.0 client authentication, +* An OpenID Connect authentication framework, +* An OAuth 2.0 server authentication framework, +* A policy based security framework to protect the resources + +The Ada Security library is used by the +[Ada Web Application](https://gitlab.com/stcarrez/ada-awa) +to provide authentication and access control to users within the web applications. + +## Documentation + +* [Ada Security Programmer's Guide](https://ada-security.readthedocs.io/en/latest/) + +""" + +[[depends-on]] +utilada = "^2.6.0" +utilada_xml = "^2.6.0" + +[gpr-externals] +SECURITY_BUILD = ["distrib", "debug", "optimize", "profile", "coverage"] +SECURITY_LIBRARY_TYPE = ["relocatable", "static", "static-pic"] + +[configuration] +disabled = true + +[origin] +commit = "4cdc7c89a00b939763126ea1b658aa83dc5f5a0e" +url = "git+https://gitlab.com/stcarrez/ada-security.git" +