Merge pull request #3377 from honjes/add-auth0-authlock

Add Auth0 and Auth0 lock detection
main
Elbert Alias 5 years ago committed by GitHub
commit b50bb246aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

@ -1678,6 +1678,27 @@
],
"website": "http://aurelia.io"
},
"Auth0": {
"cats": [
19
],
"description": "Auth0 headless browser sdk",
"icon": "Auth0.png",
"scripts": [
"/auth0(?:-js)?/([\\d.]+)/auth0(?:.min)?\\.js\\;version:\\1",
"/auth0-js@([\\d.]+)/([a-z]+)/auth0\\.min\\.js\\;version:\\1"
],
"website": "https://auth0.github.io/auth0.js/index.html"
},
"Auth0 Lock": {
"cats": [
19
],
"description": "Auth0's signin solution",
"icon": "Auth0.png",
"scripts": "/lock/([\\d.]+)/lock(?:.min)?\\.js\\;version:\\1",
"website": "https://auth0.com/docs/libraries/lock"
},
"Automattic": {
"cats": [
62