Merge pull request #6581 from nurbek91/autho

Update Auth0 / authentication
main
Elbert Alias 3 years ago committed by GitHub
commit a219532af5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

@ -0,0 +1,3 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M24.0661 25.4747L20.986 15.9938L29.049 10.1358H19.0821L16.0017 0.655024L16.0007 0.652451H25.9691L29.0503 10.1347L29.0505 10.1345L29.0531 10.1331C30.8424 15.6341 28.9995 21.8908 24.0661 25.4746V25.4747ZM7.93637 25.4747L7.93391 25.4766L15.9991 31.3361L24.0661 25.475L16.0017 19.6153L7.93648 25.4747H7.93637ZM2.95165 10.1333C1.06797 15.9321 3.25452 22.0765 7.93487 25.4759L7.93562 25.4729L11.0163 15.9925L2.95497 10.1356H12.9195L16.0001 0.654917L16.0007 0.652344H6.03179L2.95154 10.1333H2.95165Z" fill="#EB5424"/>
</svg>

After

Width:  |  Height:  |  Size: 623 B

@ -3840,20 +3840,32 @@
"cats": [
69
],
"cpe": "cpe:2.3:a:auth0:auth0.js:*:*:*:*:*:node.js:*:*",
"description": "Auth0 provides authentication and authorisation as a service.",
"icon": "Auth0.png",
"icon": "Auth0.svg",
"headers": {
"x-auth0-requestid": ""
},
"dom": "link[href*='cdn.auth0.com']",
"scriptSrc": [
"/auth0(?:-js)?/([\\d.]+)/auth0(?:.min)?\\.js\\;version:\\1",
"/auth0-js@([\\d.]+)/([a-z]+)/auth0\\.min\\.js\\;version:\\1"
],
"saas": true,
"pricing": [
"freemium",
"payg",
"recurring"
],
"website": "https://auth0.github.io/auth0.js/index.html"
},
"Auth0 Lock": {
"cats": [
69
],
"description": "Auth0's signin solution",
"icon": "Auth0.png",
"description": "Auth0 Lock enables you to easily add social identity providers, so that your users can log in seamlessly using any desired provider.",
"icon": "Auth0.svg",
"implies": "Auth0",
"scriptSrc": "/lock/([\\d.]+)/lock(?:.min)?\\.js\\;version:\\1",
"website": "https://auth0.com/docs/libraries/lock"
},