Merge pull request #7004 from nurbek91/Clerk-js

Add Clerk / authentication
main
Elbert Alias 2 years ago committed by GitHub
commit 7ac4feeeec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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="M27.232 5.12073L23.6849 8.67027C23.5734 8.78107 23.4279 8.85132 23.2718 8.86983C23.1156 8.88835 22.9578 8.85405 22.8234 8.77243C20.987 7.66798 18.7996 7.30236 16.7039 7.74952C14.6081 8.19668 12.7605 9.42325 11.5348 11.181C10.6052 12.5195 10.0824 14.0982 10.0293 15.727C9.97623 17.3558 10.3952 18.9652 11.2357 20.3613C11.3172 20.4955 11.3515 20.6532 11.333 20.8091C11.3144 20.965 11.2442 21.1103 11.1336 21.2217L7.58402 24.7687C7.51264 24.8409 7.42646 24.8967 7.33142 24.9323C7.23638 24.9679 7.13475 24.9825 7.03354 24.975C6.93232 24.9675 6.83394 24.9381 6.74518 24.8889C6.65641 24.8397 6.57938 24.7718 6.5194 24.69C4.44924 21.845 3.46271 18.3545 3.73741 14.8469C4.01212 11.3392 5.53002 8.04487 8.01782 5.55691C10.5056 3.06896 13.7999 1.55086 17.3075 1.27595C20.8152 1.00103 24.3057 1.98736 27.1508 4.05735C27.2328 4.11714 27.3009 4.19402 27.3503 4.28269C27.3998 4.37136 27.4294 4.46969 27.4371 4.57091C27.4448 4.67213 27.4305 4.77382 27.3951 4.86896C27.3597 4.9641 27.304 5.04919 27.232 5.12073Z" fill="#4C58FF"/>
<path d="M27.232 26.8795L23.6849 23.3312C23.5734 23.2204 23.4279 23.1501 23.2718 23.1316C23.1156 23.1131 22.9578 23.1474 22.8234 23.229C21.507 24.021 19.9997 24.4394 18.4634 24.4394C16.9271 24.4394 15.4198 24.021 14.1034 23.229C13.9691 23.1477 13.8115 23.1136 13.6557 23.1321C13.4998 23.1506 13.3546 23.2207 13.2431 23.3312L9.69478 26.8795C9.6233 26.9511 9.56811 27.0374 9.53297 27.1323C9.49783 27.2272 9.48357 27.3286 9.49117 27.4295C9.49876 27.5304 9.52802 27.6285 9.57697 27.7171C9.62591 27.8057 9.69338 27.8827 9.77478 27.9429C12.2996 29.7799 15.3416 30.7694 18.464 30.7694C21.5864 30.7694 24.6284 29.7799 27.1532 27.9429C27.2347 27.8827 27.3023 27.8057 27.3512 27.7171C27.4002 27.6284 27.4294 27.5303 27.4369 27.4293C27.4443 27.3283 27.4299 27.2269 27.3946 27.132C27.3592 27.0371 27.3038 26.9509 27.232 26.8795ZM18.464 20.2198C19.0242 20.2294 19.5807 20.1273 20.1011 19.9195C20.6214 19.7118 21.0951 19.4025 21.4947 19.0097C21.8942 18.6169 22.2116 18.1485 22.4282 17.6318C22.6448 17.1151 22.7564 16.5604 22.7564 16.0001C22.7564 15.4398 22.6448 14.8851 22.4282 14.3684C22.2116 13.8517 21.8942 13.3833 21.4947 12.9905C21.0951 12.5977 20.6214 12.2884 20.1011 12.0807C19.5807 11.8729 19.0242 11.7708 18.464 11.7804C17.3574 11.7993 16.3024 12.2522 15.5265 13.0415C14.7506 13.8308 14.3158 14.8933 14.3158 16.0001C14.3158 17.1069 14.7506 18.1694 15.5265 18.9587C16.3024 19.748 17.3574 20.2009 18.464 20.2198Z" fill="#1F0256"/>
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

@ -1596,6 +1596,24 @@
],
"website": "https://clearbit.com/reveal"
},
"Clerk": {
"cats": [
69
],
"description": "Clerk is a user management platform.",
"icon": "Clerk.svg",
"js": {
"Clerk.version": "([\\d\\.]+)\\;version:\\1",
"Clerk.authenticateWithMetamask": "",
"Clerk.openSignIn": ""
},
"pricing": [
"mid",
"recurring"
],
"saas": true,
"website": "https://clerk.dev"
},
"Clerk.io": {
"cats": [
76

Loading…
Cancel
Save