Add Alliance Auth / authentication

main
nurbek 1 year ago
parent a2f1c21ba1
commit d1bb573947

@ -0,0 +1,4 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M23.2116 26.8284C19.7227 24.8041 16.8484 23.1281 16.8244 23.1041L16.7808 23.0606L20.5867 20.8487C22.6798 19.6323 24.4136 18.6375 24.4395 18.6382L24.4865 18.6395L27.0358 24.5329C28.4379 27.7743 29.5784 30.4449 29.5702 30.4678L29.5553 30.5091L23.2116 26.8284Z" fill="#E14852"/>
<path d="M2.44482 30.474C2.44482 30.4468 5.22154 23.9995 8.61532 16.1467L14.7858 1.86858C15.0271 1.51825 15.4072 1.28331 16.0128 1.28175C16.6184 1.28018 17.0061 1.51463 17.228 1.84233L20.6949 9.86164L24.1618 17.8809L24.1192 17.9182C24.0959 17.9387 19.2845 20.738 13.4272 24.1391C7.56994 27.5401 2.70274 30.3678 2.61122 30.423L2.44482 30.5233V30.474Z" fill="#436195"/>
</svg>

After

Width:  |  Height:  |  Size: 756 B

@ -2446,6 +2446,23 @@
"scriptSrc": "\\.alliai\\.com/",
"website": "https://www.alliai.com"
},
"Alliance Auth": {
"cats": [
69
],
"description": "Alliance Auth is an access management platform designed for Eve Online groups. It controls access to applications and services based on in-game memberships.",
"icon": "Alliance Auth.svg",
"dom": "link[rel='stylesheet'][href*='/static/allianceauth/css']",
"implies": [
"Django",
"Python",
"Font Awesome",
"Bootstrap",
"jQuery"
],
"oss": true,
"website": "https://gitlab.com/allianceauth/allianceauth"
},
"AlloyUI": {
"cats": [
12

@ -851,7 +851,7 @@
"cats": [
26
],
"description": "jQTouch is an open-source Zepto/ JQuery plugin with native animations, automatic navigation, and themes for mobile WebKit browsers like iPhone, G1 (Android), and Palm Pre.",
"description": "jQTouch is an open-source Zepto/ jQuery plugin with native animations, automatic navigation, and themes for mobile WebKit browsers like iPhone, G1 (Android), and Palm Pre.",
"icon": "jQTouch.png",
"js": {
"jQT": ""
@ -936,7 +936,7 @@
"cats": [
59
],
"description": "JQuery Modal is an overlay dialog box or in other words, a popup window that is made to display on the top or 'overlayed' on the current page.",
"description": "jQuery Modal is an overlay dialog box or in other words, a popup window that is made to display on the top or 'overlayed' on the current page.",
"dom": "link[href*='jquery.modal.min.css']",
"icon": "jQuery Modal.png",
"implies": "jQuery",