forked from KeyAuth/KeyAuth-Source-Code
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
774 lines (697 loc) · 46.5 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
<!--
=========================================================
* Impact Design System - v1.0.0
=========================================================
* Product Page: https://www.creative-tim.com/product/impact-design-system
* Copyright 2010 Creative Tim (https://www.creative-tim.com)
* Licensed under MIT (https://github.com/creativetimofficial/impact-design-system/blob/master/LICENSE.md)
* Coded by Creative Tim
=========================================================
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-->
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Primary Meta Tags -->
<title>KeyAuth - Open Source Auth</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="title" content="KeyAuth - Open Source Auth">
<!-- Canonical SEO -->
<link rel="canonical" href="https://keyauth.com" />
<meta
content="Secure your software against piracy, an issue causing $422 million in losses anually - Fair pricing & Features not seen in competitors"
name="description" />
<meta content="KeyAuth" name="author" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords"
content="KeyAuth, Cloud Authentication, Key Authentication,Authentication, API authentication,Security, Encryption authentication, Authenticated encryption, Cybersecurity, Developer, SaaS, Software Licensing, Licensing" />
<meta property=”og:description”
content="Secure your software against piracy, an issue causing $422 million in losses anually - Fair pricing & Features not seen in competitors" />
<meta property="og:image" content="https://cdn.keyauth.uk/front/assets/img/favicon.png" />
<meta property=”og:site_name” content="KeyAuth | Secure your software from piracy." />
<!-- Schema.org markup for Google+ -->
<meta itemprop="name" content="KeyAuth - Open Source Auth">
<meta itemprop="description"
content="Secure your software against piracy, an issue causing $422 million in losses anually - Fair pricing & Features not seen in competitors">
<meta itemprop="image" content="https://cdn.keyauth.uk/front/assets/img/favicon.png">
<!-- Twitter Card data -->
<meta name="twitter:card" content="product">
<meta name="twitter:site" content="@keyauth">
<meta name="twitter:title" content="KeyAuth - Open Source Auth">
<meta name="twitter:description"
content="Secure your software against piracy, an issue causing $422 million in losses anually - Fair pricing & Features not seen in competitors">
<meta name="twitter:creator" content="@keyauth">
<meta name="twitter:image" content="https://cdn.keyauth.uk/front/assets/img/favicon.png">
<!-- Open Graph data -->
<meta property="og:title" content="KeyAuth - Open Source Auth" />
<meta property="og:type" content="website" />
<meta property="og:url" content="./" />
<!-- Favicon -->
<link rel="icon" type="image/png" href="https://cdn.keyauth.uk/front/assets/img/favicon.png">
<!-- Fontawesome -->
<link type="text/css" href="https://cdn.keyauth.uk/vendor/@fortawesome/fontawesome-free/css/all.min.css"
rel="stylesheet">
<!-- Nucleo icons -->
<link rel="stylesheet" href="https://cdn.keyauth.uk/assets/css/nucleo.css" type="text/css">
<!-- Prism -->
<link type="text/css" href="https://cdn.keyauth.uk/vendor/prismjs/themes/prism.css" rel="stylesheet">
<!-- Front CSS -->
<link type="text/css" href="https://cdn.keyauth.uk/front/css/front.css" rel="stylesheet">
<!-- swiper for reviews -->
<link rel="stylesheet" href="https://cdn.keyauth.uk/front/css/swiper.min.css">
</head>
<body>
<header class="header-global">
<nav id="navbar-main"
class="navbar navbar-main navbar-expand-lg headroom py-lg-3 px-lg-6 navbar-dark navbar-theme-primary">
<div class="container">
<div class="navbar-collapse collapse" id="navbar_global">
<ul class="navbar-nav navbar-nav-hover justify-content-center">
<li class="nav-item">
<a href="#features" class="nav-link">Features</a>
</li>
<li class="nav-item">
<a href="#pricing" class="nav-link">Pricing</a>
</li>
<li class="nav-item">
<a target="_blank" href="https://headwayapp.co/keyauth-changelog"
class="nav-link">Changelog</a>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" aria-expanded="false" data-toggle="dropdown">
<span class="nav-link-inner-text mr-1">Support</span>
<i class="fas fa-angle-down nav-link-arrow"></i>
</a>
<div class="dropdown-menu dropdown-menu-lg">
<div class="col-auto px-0" data-dropdown-content>
<div class="list-group list-group-flush">
<a target="_blank" href="https://docs.keyauth.win"
class="list-group-item list-group-item-action d-flex align-items-center p-0 py-3 px-lg-4">
<span class="icon icon-sm icon-secondary"><i
class="fas fa-file-alt"></i></span>
<div class="ml-4">
<span class="text-dark d-block">Documentation<span
class="badge badge-sm badge-secondary ml-2">v1.0</span></span>
<span class="small">Examples and guides</span>
</div>
</a>
<a target="_blank" href="./discord"
class="list-group-item list-group-item-action d-flex align-items-center p-0 py-3 px-lg-4">
<span class="icon icon-sm icon-primary"><i
class="fas fa-microphone-alt"></i></span>
<div class="ml-4">
<span class="text-dark d-block">Support</span>
<span class="small">Found a bug? Create an issue!</span>
</div>
</a>
</div>
</div>
</div>
</li>
</ul>
</div>
<div class="d-none d-lg-block d-lg-none">
<a href="./login" class="btn btn-md btn-docs btn-outline-white animate-up-2 mr-3"><i
class="fas fa-sign-in-alt mr-2"></i> Login</a>
<a href="./register" class="btn btn-md btn-secondary animate-up-2"><i
class="fas fa-paper-plane mr-2"></i> Register</a>
</div>
<div class="d-flex d-lg-none align-items-center">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar_global"
aria-controls="navbar_global" aria-expanded="false" aria-label="Toggle navigation"><span
class="navbar-toggler-icon"></span></button>
</div>
</div>
</nav>
</header>
<main>
<!-- Hero -->
<section class="section-header pb-9 pb-lg-12 bg-primary text-white">
<div class="container">
<div class="row justify-content-center mb-5">
<div class="col-12 col-sm-8 col-md-7 col-lg-6 text-center">
<h1 class="display-4 text-muted mb-5 font-weight-normal">KeyAuth is an Open-source
authentication system with cloud-hosted subscriptions available as well.</h1>
<div class="d-flex align-items-center justify-content-center mb-5">
<a href="./register" class="btn btn-secondary mb-3 mt-2 mr-3 animate-up-2"><span
class="fas fa-user-plus mr-2"></span> Register</a>
<div class="mt-1">
<!-- Place this tag where you want the button to render. -->
<a class="github-button" href="https://github.com/KeyAuth/KeyAuth-Source-Code"
data-color-scheme="no-preference: dark; light: light; dark: light;"
data-icon="octicon-star" data-size="large" data-show-count="true">Star</a>
</div>
</div>
</div>
</div>
</div>
<div class="pattern bottom"></div>
</section>
<div class="section pt-0">
<div class="container mt-n10 mt-lg-n12 z-2">
<div class="row justify-content-center">
<div class="col-12">
<img src="https://cdn.keyauth.uk/front/assets/img/presentation-mockup.png" alt="illustration">
</div>
</div>
</div>
</div>
<section class="section section-lg pt-0">
<div class="container">
<div class="row">
<div class="col-12">
<h2 class="display-2 text-center mb-5 mb-lg-7">Why KeyAuth?</h2>
</div>
</div>
<div class="row justify-content-between align-items-center mb-5 mb-lg-7">
<div class="col-lg-5 order-lg-2">
<h2 class="h1">End-to-end encryption</h2>
<p class="mb-5">KeyAuth values privacy and security. Preserve your user's experience and your
application's integrity. </p>
<p class="lead mb-4">Protect your user's data from start to finish.</p>
<div class="d-flex justify-content-between align-items-center mt-lg-4 mb-4">
</div>
</div>
<div class="col-lg-6 order-lg-1">
<img src="https://cdn.keyauth.uk/front/assets/img/presentation-mockup-2.png"
alt="Front pages overview">
</div>
</div>
<div class="row justify-content-center mb-5 mb-lg-7">
<div class="col-6 col-md-3 text-center mb-4">
<div
class="icon icon-shape icon-lg bg-white shadow-lg border-light rounded-circle icon-secondary mb-4">
<i class="fas fa-users"></i>
</div>
<h3 class="font-weight-bolder" id="accs"></h3>
<p class="text-gray">Accounts</p>
</div>
<div class="col-6 col-md-3 text-center mb-4">
<div
class="icon icon-shape icon-lg bg-white shadow-lg border-light rounded-circle icon-secondary mb-4">
<i class="fas fa-th"></i>
</div>
<h3 class="font-weight-bolder" id="apps"></h3>
<p class="text-gray">Applications</p>
</div>
<div class="col-6 col-md-3 text-center">
<div
class="icon icon-shape icon-lg bg-white shadow-lg border-light rounded-circle icon-secondary mb-4">
<i class="fas fa-key"></i>
</div>
<h3 class="font-weight-bolder" id="licenses"></h3>
<p class="text-gray">Licenses</p>
</div>
<div class="col-6 col-md-3 text-center">
<div
class="icon icon-shape icon-lg bg-white shadow-lg border-light rounded-circle icon-secondary mb-4">
<i class="fas fa-chart-line"></i>
</div>
<h3 class="font-weight-bolder" id="activeUsers"></h3>
<p class="text-gray">Users currently logged in</p>
</div>
</div>
<div class="row justify-content-between align-items-center mb-5 mb-lg-7">
<div class="col-lg-5">
<h2 class="h1">Detailed Tutorials</h2>
<p class="mb-5">KeyAuth provides descriptive visual instructions for novice programmers.</p>
<div class="d-flex justify-content-between align-items-center mt-lg-4 mb-4">
<div class="d-block">
<a href="https://youtube.com/keyauth" target="_blank"
class="btn btn-primary mr-3 animate-up-2 mb-3"><i class="fab fa-youtube mr-2"></i>
YouTube Channel</a>
<a href="https://github.com/keyauth" target="_blank"
class="btn btn-outline-gray animate-up-2 mb-3"><i class="fab fa-github mr-2"></i>
GitHub</a>
</div>
</div>
</div>
<iframe width="560" height="315" src="https://www.youtube.com/embed/iHQe4GLvgaE"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
</div>
</section>
<section class="section section-lg bg-soft">
<div class="swiper-container pt-5 pb-6 swiper-container-initialized swiper-container-horizontal"
style="cursor: grab;">
<div class="swiper-wrapper" style="transition-duration: 0ms; transform: translate3d(-960px, 0px, 0px);">
<div class="swiper-slide testimony__card p-5 swiper-slide-active" style="width: 320px;"
data-swiper-slide-index="0">
<blockquote class="blockquote shadow">
<span class="rating text-warning d-block mb-4">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</span>
<p class="mb-4">+rep amazing auth system, great community always ready to help.
Easy to setup & lowest downtime I've seen so far.
10/10 don't waste time on the other auth systems you have everything you need here! </p>
<footer class="blockquote-footer d-flex align-items-center">
<div class="testimony__avatar d-inline-block mr-3">
<img class="rounded-circle"
src="https://cdn.discordapp.com/attachments/811787400044085280/964513425248108554/a_5c9b78c1381f51112a41f824e962442f.gif"
alt="Avatar">
</div>
<div class="testimony__info d-inline-block">
<span class="info-name d-block">Elf ♰</span>
<span class="info-company d-block">Seller Subscription</span>
</div>
</footer>
</blockquote>
</div>
<div class="swiper-slide testimony__card p-5 swiper-slide-next" style="width: 320px;"
data-swiper-slide-index="1">
<blockquote class="blockquote shadow">
<span class="rating text-warning d-block mb-4">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</span>
<p class="mb-4">I love keyauth it helped me so much with my buisnes project 10/10 very
satisfied</p>
<footer class="blockquote-footer d-flex align-items-center">
<div class="testimony__avatar d-inline-block mr-3">
<img class="rounded-circle"
src="https://cdn.discordapp.com/attachments/811787400044085280/964514096047341578/7863b6087badc2d7ea162f04fd18aa7f.webp"
alt="Avatar">
</div>
<div class="testimony__info d-inline-block">
<span class="info-name d-block">Dusty <3< /span>
<span class="info-company d-block">Free Subscription</span>
</div>
</footer>
</blockquote>
</div>
<div class="swiper-slide testimony__card p-5" style="width: 320px;" data-swiper-slide-index="2">
<blockquote class="blockquote shadow">
<span class="rating text-warning d-block mb-4">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</span>
<p class="mb-4">Vouch For KeyAuth. Very reliable authentication system for C++ C# haven't
tested any other languages however I'd assume it would be just as good.
API is well presented and easy to understand especially with the help from the docs. If
you do have issues the staff team are always at hand to help[...]</p>
<footer class="blockquote-footer d-flex align-items-center">
<div class="testimony__avatar d-inline-block mr-3">
<img class="rounded-circle"
src="https://cdn.discordapp.com/attachments/811787400044085280/964514450524762132/ce001469792dc8c62c20062ab99d234e.png"
alt="Avatar">
</div>
<div class="testimony__info d-inline-block">
<span class="info-name d-block">Undefined</span>
<span class="info-company d-block">Developer Subscription</span>
</div>
</footer>
</blockquote>
</div>
<div class="swiper-slide testimony__card p-5" style="width: 320px;" data-swiper-slide-index="3">
<blockquote class="blockquote shadow">
<span class="rating text-warning d-block mb-4">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</span>
<p class="mb-4">HUGE vouch, honestly best auth I know, never failed me once, good helpers &
support. I honestly don’t know a single bad thing about keyauth. HUGE HUGE vouch, don’t
even hesitate buying it’s worth it in every aspect.Super fast response times + no
hassles. </p>
<footer class="blockquote-footer d-flex align-items-center">
<div class="testimony__avatar d-inline-block mr-3">
<img class="rounded-circle"
src="https://cdn.discordapp.com/attachments/811787400044085280/964514921528328242/18161537926f5d45d6ef7b49fe6f2284.png"
alt="Avatar">
</div>
<div class="testimony__info d-inline-block">
<span class="info-name d-block">cerx</span>
<span class="info-company d-block">Seller Subscription</span>
</div>
</footer>
</blockquote>
</div>
<div class="swiper-slide testimony__card p-5" style="width: 320px;" data-swiper-slide-index="4">
<blockquote class="blockquote shadow">
<span class="rating text-warning d-block mb-4">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</span>
<p class="mb-4">I 110% recommend KeyAuth, easily the greatest Auth service out there with
every feature you need plus more. I have been using KeyAuth for months now and it really
is great the service is amazing, the owner and admins/support are great, and the APIs
are easy to use!</p>
<footer class="blockquote-footer d-flex align-items-center">
<div class="testimony__avatar d-inline-block mr-3">
<img class="rounded-circle"
src="https://cdn.discordapp.com/attachments/811787400044085280/964515385984569414/a_eb0178f08757b4f204e8f3c55d7aea41.gif"
alt="Avatar">
</div>
<div class="testimony__info d-inline-block">
<span class="info-name d-block">Steve Jobs</span>
<span class="info-company d-block">Seller Subscription</span>
</div>
</footer>
</blockquote>
</div>
</div>
<div class="swiper-pagination swiper-pagination-clickable swiper-pagination-bullets"><span
class="swiper-pagination-bullet swiper-pagination-bullet-active" tabindex="0" role="button"
aria-label="Go to slide 1"></span><span class="swiper-pagination-bullet" tabindex="0"
role="button" aria-label="Go to slide 2"></span><span class="swiper-pagination-bullet"
tabindex="0" role="button" aria-label="Go to slide 3"></span><span
class="swiper-pagination-bullet" tabindex="0" role="button" aria-label="Go to slide 4"></span>
</div>
<div class="swiper-button-prev rounded" tabindex="0" role="button" aria-label="Previous slide"></div>
<div class="swiper-button-next rounded" tabindex="0" role="button" aria-label="Next slide"></div>
<span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span>
</div>
</section>
<section class="section section-lg bg-primary text-white">
<div class="container" id="features">
<div class="row justify-content-center mb-5 mb-lg-6">
<div class="col-12 text-center">
<h2 class="h1 px-lg-5">Several Features</h2>
<p class="lead px-lg-8">We provide more than just a login system. It couldn't be easier to
improve your application with our easy to use features.</p>
</div>
</div>
<div class="row">
<div class="col-12 col-sm-6 col-lg-3">
<div class="card bg-white shadow-soft text-primary rounded mb-4">
<div class="px-3 px-lg-4 py-5 text-center">
<span class="icon icon-lg mb-4"><i class="fas fa-lock"></i></span>
<h5 class="font-weight-normal text-primary">AES-256 Encryption</h5>
<p>All requests sent to and from the server are AES-256 Encrypted and then Hex encoded
</p>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-3">
<div class="card bg-white shadow-soft text-primary rounded mb-4">
<div class="px-3 px-lg-4 py-5 text-center">
<span class="icon icon-lg mb-4"><i class="fas fa-user-lock"></i></span>
<h5 class="font-weight-normal text-primary">Optional Hardware Lock</h5>
<p>Enable the Hardware Lock to require the server to check if HWID matches</p>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-3">
<div class="card bg-white shadow-soft text-primary rounded mb-4">
<div class="px-3 px-lg-4 py-5 text-center">
<span class="icon icon-lg mb-4"><i class="fas fa-user-slash"></i></span>
<h5 class="font-weight-normal text-primary">Hardware Blacklist</h5>
<p>Blacklist your client's hardware info such as Windows SID and IP address</p>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-3">
<div class="card bg-white shadow-soft text-primary rounded mb-4">
<div class="px-3 px-lg-4 py-5 text-center">
<span class="icon icon-lg mb-4"><i class="fas fa-user-shield"></i></span>
<h5 class="font-weight-normal text-primary">DDoS protection</h5>
<p>KeyAuth mitigates DDoS attacks swiftly, preventing any disruption to your user's
during authentication</p>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-3">
<div class="card bg-white shadow-soft text-primary rounded mb-4">
<div class="px-3 px-lg-4 py-5 text-center">
<span class="icon icon-lg mb-4"><i class="fas fa-link"></i></span>
<h5 class="font-weight-normal text-primary">Server-sided Webhooks</h5>
<p>Protect your API link(s) by having KeyAuth send requests on the server-side.</p>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-3">
<div class="card bg-white shadow-soft text-primary rounded mb-4">
<div class="px-3 px-lg-4 py-5 text-center">
<span class="icon icon-lg mb-4"><i class="fas fa-server"></i></span>
<h5 class="font-weight-normal text-primary">Server-sided Variables</h5>
<p>Store strings securely on the server-side, only allowing access to them after
authentication</p>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-3">
<div class="card bg-white shadow-soft text-primary rounded mb-4">
<div class="px-3 px-lg-4 py-5 text-center">
<span class="icon icon-lg mb-4"><i class="fas fa-cloud-download-alt"></i></span>
<h5 class="font-weight-normal text-primary">Server-sided Files</h5>
<p>Upload files securely on the server-side, only allowing users to download after
authentication</p>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-lg-3">
<div class="card bg-white shadow-soft text-primary rounded mb-4">
<div class="px-3 px-lg-4 py-5 text-center">
<span class="icon icon-lg mb-4"><i class="fas fa-laptop-code"></i></span>
<h5 class="font-weight-normal text-primary">SellerAPI</h5>
<p>API endpoint exclusive to customers with the Seller role, access to all KeyAuth
resources outbound</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section section-lg bg-soft">
<div class="container" id="pricing">
<div class="row">
<div class="col-12 col-lg-8">
<h2 class="h1 font-weight-light mb-3"><strong>Open-source</strong> project</h2>
<p class="lead mb-4">KeyAuth is an open-source project. There are also cloud-hosted
subscriptions for people looking to forego the investment of time and money attributed to
self-hosting.</p>
<div class="d-flex align-items-center">
<a href="https://github.com/KeyAuth/KeyAuth-Source-Code" target="_blank"
class="btn btn-secondary mr-4 animate-up-2">
View on GitHub
</a>
<!-- Place this tag where you want the button to render. -->
<div class="mt-2">
<!-- Place this tag where you want the button to render. -->
<a class="github-button" href="https://github.com/KeyAuth/KeyAuth-Source-Code"
data-color-scheme="no-preference: dark; light: light; dark: light;"
data-icon="octicon-star" data-size="large" data-show-count="true"
aria-label="Star themesberg/pixel-bootstrap-ui-kit on GitHub">Star</a>
</div>
</div>
</div>
<div class="col-12 col-lg-4">
<div class="github-big-icon">
<span class="fab fa-github"></span>
</div>
</div>
</div>
<div class="row mt-6">
<div class="col-12 col-lg-4">
<!-- Card -->
<div class="card shadow-soft mb-5 mb-lg-6 px-2">
<div class="card-header border-light py-5 px-4">
<!-- Price -->
<div class="d-flex mb-3"><span class="h5 mb-0">$</span> <span
class="price display-2 mb-0" data-annual="0" data-monthly="0">0</span> <span
class="h6 font-weight-normal align-self-end">/year</span></div>
<h4 class="mb-3 text-black">Tester Subscription</h4>
<p class="font-weight-normal mb-0">Limited Access for those looking to experiment
implementing KeyAuth</p>
</div>
<div class="card-body pt-5">
<ul class="list-group simple-list">
<li class="list-group-item font-weight-normal"><span class="icon-gray"><i
class="fas fa-check"></i></span>Users<span class="font-weight-bolder">
50</span></li>
<li class="list-group-item font-weight-normal"><span class="icon-gray"><i
class="fas fa-check"></i></span>Upload Files (10 MB)</li>
<li class="list-group-item font-weight-normal"><span class="icon-gray"><i
class="fas fa-times"></i></span>Create Webhooks</li>
<li class="list-group-item font-weight-normal"><span class="icon-gray"><i
class="fas fa-check"></i></span>Variables</li>
<li class="list-group-item font-weight-normal"><span class="icon-gray"><i
class="fas fa-check"></i></span>Logs</li>
<li class="list-group-item font-weight-normal"><span class="icon-gray"><i
class="fas fa-check"></i></span>Hardware Blacklist</li>
<li class="list-group-item font-weight-normal"><span class="icon-gray"><i
class="fas fa-times"></i></span>Reseller & Manager Accounts</li>
<li class="list-group-item font-weight-normal"><span class="icon-gray"><i
class="fas fa-times"></i></span>SellerAPI Access</li>
<li class="list-group-item font-weight-normal"><span class="icon-gray"><i
class="fas fa-times"></i></span>Discord Bot</li>
</ul>
</div>
<div class="card-footer px-4 pb-4">
<!-- Button --><a href="./register"
class="btn btn-block btn-outline-gray animate-up-2">Start for Free <span
class="icon icon-xs ml-3"><i class="fas fa-arrow-right"></i></span></a>
</div>
</div>
</div>
<div class="col-12 col-lg-4">
<!-- Card -->
<div class="card shadow-soft mb-5 mb-lg-6">
<div class="card-header border-light py-5 px-4">
<!-- Price -->
<div class="d-flex mb-3 text-primary"><span class="h5 mb-0">$</span> <span
class="price display-2 text-primary mb-0" data-annual="199"
data-monthly="99">9.99</span> <span
class="h6 font-weight-normal align-self-end">/year</span></div>
<h4 class="mb-3 text-black">Developer Subscription</h4>
<p class="font-weight-normal mb-0">Ample limits plus full access to reseller system.
Most folks start here.</p>
</div>
<div class="card-body pt-5">
<ul class="list-group simple-list">
<li class="list-group-item font-weight-normal"><span class="icon-gray"><i
class="fas fa-check"></i></span>Users<span class="font-weight-bolder">
Unlimited</span></li>
<li class="list-group-item font-weight-normal"><span class="icon-gray"><i
class="fas fa-check"></i></span>Upload Files (50 MB)</li>
<li class="list-group-item font-weight-normal"><span class="icon-gray"><i
class="fas fa-check"></i></span>Create Webhooks</li>
<li class="list-group-item font-weight-normal"><span class="icon-gray"><i
class="fas fa-check"></i></span>Variables</li>
<li class="list-group-item font-weight-normal"><span class="icon-gray"><i
class="fas fa-check"></i></span>Logs</li>
<li class="list-group-item font-weight-normal"><span class="icon-gray"><i
class="fas fa-check"></i></span>Hardware Blacklist</li>
<li class="list-group-item font-weight-normal"><span class="icon-gray"><i
class="fas fa-check"></i></span>Reseller & Manager Accounts</li>
<li class="list-group-item font-weight-normal"><span class="icon-gray"><i
class="fas fa-times"></i></span>SellerAPI Access</li>
<li class="list-group-item font-weight-normal"><span class="icon-gray"><i
class="fas fa-times"></i></span>Discord Bot</li>
</ul>
</div>
<div class="card-footer px-4 pb-4">
<!-- Button --><a href="./dashboard/account/upgrade/"
class="btn btn-block btn-outline-primary">Go to Developer<span
class="icon icon-xs ml-3"><i class="fas fa-arrow-right"></i></span></a>
</div>
</div>
</div>
<div class="col-12 col-lg-4">
<!-- Card -->
<div class="card shadow-soft border-light mb-5 mb-lg-6">
<div class="card-header border-light py-5 px-4">
<!-- Price -->
<div class="d-flex mb-3"><span class="h5 mb-0">$</span> <span
class="price display-2 text-secondary mb-0" data-annual="299"
data-monthly="199">19.99</span> <span
class="h6 font-weight-normal align-self-end">/year</span></div>
<h4 class="mb-3 text-black">Seller Subscription</h4>
<p class="font-weight-normal mb-0">Full-fledged supporter, we appreciate you for keeping
our servers running!</p>
</div>
<div class="card-body pt-5">
<ul class="list-group simple-list">
<li class="list-group-item font-weight-normal"><span class="icon-gray"><i
class="fas fa-check"></i></span>Users<span class="font-weight-bolder">
Unlimited</span></li>
<li class="list-group-item font-weight-normal"><span class="icon-gray"><i
class="fas fa-check"></i></span>Upload Files (50 MB)</li>
<li class="list-group-item font-weight-normal"><span class="icon-gray"><i
class="fas fa-check"></i></span>Create Webhooks</li>
<li class="list-group-item font-weight-normal"><span class="icon-gray"><i
class="fas fa-check"></i></span>Variables</li>
<li class="list-group-item font-weight-normal"><span class="icon-gray"><i
class="fas fa-check"></i></span>Logs</li>
<li class="list-group-item font-weight-normal"><span class="icon-gray"><i
class="fas fa-check"></i></span>Hardware Blacklist</li>
<li class="list-group-item font-weight-normal"><span class="icon-gray"><i
class="fas fa-check"></i></span>Reseller & Manager Accounts</li>
<li class="list-group-item font-weight-normal"><span class="icon-gray"><i
class="fas fa-check"></i></span>SellerAPI Access</li>
<li class="list-group-item font-weight-normal"><span class="icon-gray"><i
class="fas fa-check"></i></span>Discord Bot</li>
</ul>
</div>
<div class="card-footer px-4 pb-4">
<!-- Button --><a href="./dashboard/account/upgrade/"
class="btn btn-block btn-outline-secondary">Start with Seller<span
class="icon icon-xs ml-3"><i class="fas fa-arrow-right"></i></span></a>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="footer section pt-6 pt-md-8 pt-lg-10 pb-3 bg-primary text-white overflow-hidden">
<div class="pattern pattern-soft top"></div>
<div class="container">
<div class="row">
<div class="col-6 col-sm-3 col-lg-2 mb-4 mb-lg-0">
<ul class="links-vertical">
<li><a target="_blank" href="https://docs.keyauth.win/">Documentation</a></li>
<li><a target="_blank" href="https://status.keyauth.win/">Server Status</a></li>
<li><a target="_blank" href="./discord">Contact Us</a></li>
</ul>
</div>
<div class="col-6 col-sm-3 col-lg-2 mb-4 mb-lg-0">
<h6></h6>
<ul class="links-vertical">
<li><a target="_blank" href="./discord">Support</a></li>
<li><a target="_blank"
href="https://github.com/KeyAuth/KeyAuth-Source-Code/blob/main/LICENSE.txt">License</a>
<li>
<li><a target="_blank" href="./terms">Terms of Service</a></li>
</ul>
</div>
<div class="col-12 col-sm-6 col-lg-4">
<iframe src="https://discordapp.com/widget?id=824397012685291520&theme=dark" width="250"
height="300" allowtransparency="true" frameborder="0"
sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>
</div>
</div>
<hr class="my-4 my-lg-5">
</div>
</footer>
</main>
<!-- Core -->
<script src="https://cdn.keyauth.uk/vendor/jquery/dist/jquery.min.js"></script>
<script src="https://cdn.keyauth.uk/vendor/popper.js/dist/umd/popper.min.js"></script>
<script src="https://cdn.keyauth.uk/vendor/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="https://cdn.keyauth.uk/vendor/headroom.js/dist/headroom.min.js"></script>
<!-- swiper for reviews -->
<script src="https://cdn.keyauth.uk/vendor/swiper/swiper.min.js"></script>
<script src="https://cdn.keyauth.uk/vendor/swiper/wb.swiper-init.js"></script>
<!-- Vendor JS -->
<script src="https://cdn.keyauth.uk/vendor/onscreen/dist/on-screen.umd.min.js"></script>
<script src="https://cdn.keyauth.uk/vendor/waypoints/lib/jquery.waypoints.min.js"></script>
<script src="https://cdn.keyauth.uk/vendor/jarallax/dist/jarallax.min.js"></script>
<script src="https://cdn.keyauth.uk/vendor/smooth-scroll/dist/smooth-scroll.polyfills.min.js"></script>
<!-- Place this tag in your head or just before your close body tag. -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
<!-- Impact JS -->
<script src="https://cdn.keyauth.uk/front/assets/js/front.js"></script>
<script>
window.onload = function () {
const xhttp = new XMLHttpRequest();
xhttp.onload = function () {
const json = JSON.parse(this.responseText);
document.getElementById("accs").innerHTML = json.accounts;
document.getElementById("apps").innerHTML = json.applications;
document.getElementById("licenses").innerHTML = json.licenses;
document.getElementById("activeUsers").innerHTML = json.activeUsers;
}
xhttp.open("GET", "./stats.php");
xhttp.send();
}
</script>
</body>
</html>