-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathvendor-info.html
executable file
·345 lines (302 loc) · 19.9 KB
/
vendor-info.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Digi-ID - Documentation</title>
<link rel="icon" type="image/png" href="assets/images/favicon.png" />
<!-- Core css -->
<link rel="stylesheet" id="bulma" href="assets/css/bulma.css" />
<link rel="stylesheet" type="text/css" href="assets/css/core_lemonade.css">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet">
<!-- Plugins css -->
<link rel="stylesheet" type="text/css" href="assets/js/ggpopover/ggtooltip.css">
<!-- Icons -->
<link rel="stylesheet" type="text/css" href="assets/css/icons.min.css">
<!-- COMMON TAGS -->
<meta charset="utf-8">
<title>Digi-ID - Vendor information</title>
<!-- Search Engine -->
<meta name="description" content="The blockchain-based cryptographic solution to handling user authentication. Powered by DigiByte blockchain.">
<meta name="image" content="https://digi-id.io/assets/scenarium/GeneralOG-03.png">
<!-- Schema.org for Google -->
<meta itemprop="name" content="Digi-ID - Blockchain Open Auth">
<meta itemprop="description" content="The blockchain-based cryptographic solution to handling user authentication. Powered by DigiByte blockchain.">
<meta itemprop="image" content="https://digi-id.io/assets/scenarium/GeneralOG-03.png">
<!-- Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Digi-ID - Blockchain Open Auth">
<meta name="twitter:description" content="The blockchain-based cryptographic solution to handling user authentication. Powered by DigiByte blockchain.">
<meta name="twitter:site" content="@DigiByteCoin">
<meta name="twitter:creator" content="@cengic_damir">
<meta name="twitter:image:src" content="https://digi-id.io/assets/scenarium/TwitterOG-02.png">
<!-- Open Graph general (Facebook, Pinterest & Google+) -->
<meta name="og:title" content="Digi-ID - Blockchain Open Auth">
<meta name="og:description" content="The blockchain-based cryptographic solution to handling user authentication. Powered by DigiByte blockchain.">
<meta name="og:image" content="https://digi-id.io/assets/scenarium/FacebookOG-01.png">
<meta name="og:url" content="https://digi-id.io">
<meta name="og:site_name" content="Digi-ID Website">
<meta name="og:type" content="website">
</head>
<body>
<!-- Pageloader -->
<div class="pageloader"></div>
<div class="infraloader is-active"></div>
<!-- Hero and nav -->
<div class="hero is-theme-primary">
<div class="navbar-wrapper navbar-fade navbar-light">
<div class="hero-head">
<!-- Nav -->
<div class="container">
<nav class="nav">
<div class="container big">
<div class="nav-left">
<a class="nav-item" href="index.html">
<img class="medium-footer-logo" src="assets/scenarium/logo.svg" alt="">
</a>
<!-- Sidebar trigger -->
<a href="index.html" class="nav-item is-tab nav-inner is-not-mobile">
Home
</a>
<a href="documentation.html" class="nav-item is-tab nav-inner is-not-mobile">
Documentation
</a>
<a href="getstarted.html" class="nav-item is-tab nav-inner is-not-mobile">
Get started
</a>
<a href="contact.html" class="nav-item is-tab nav-inner is-not-mobile">
Contact
</a>
</div>
<!-- Responsive toggle -->
<span class="nav-toggle">
<span></span>
<span></span>
<span></span>
</span>
<div class="nav-right nav-menu">
<a href="https://digi-id.io" class="nav-item is-tab nav-inner is-menu-mobile">
Home
</a>
<a href="documentation.html" class="nav-item is-tab nav-inner is-menu-mobile">
Documentation
</a>
<a href="getstarted.html" class="nav-item is-tab nav-inner is-menu-mobile">
Get started
</a>
<a href="/#implementations" class="nav-item is-tab nav-inner is-menu-mobile">
Implementations
</a>
<a href="contact.html" class="nav-item is-tab nav-inner is-menu-mobile">
Contact
</a>
</div>
</div>
</nav>
</div>
<!-- /Nav -->
</div>
</div>
<!-- Help center title -->
<div id="main-hero" class="hero-body">
<div class="container">
<div class="columns is-vcentered pt-40">
<div class="column"></div>
<div class="column is-9">
<div class="help-header">
<img src="assets/images/logos/square-white.svg" alt="">
<h1 class="title is-4">Digi-ID Documentation</h1>
</div>
<div class="help-subheader">
<h2 class="title is-3">Find your answer in our expanding knowledge base</h2>
</div>
<!-- IGNORE FOR NOW -->
<!--<div class="help-search-wrapper">
<input type="text" placeholder="search articles">
<i class="sl sl-icon-magnifier"></i>
</div>
-->
</div>
<div class="column"></div>
</div>
</div>
</div>
<!-- /Help title -->
</div>
<!-- /Hero and nav -->
<!-- Article section -->
<div class="section help-section is-relative">
<div class="container">
<div class="columns is-vcentered">
<div class="column"></div>
<div class="column is-9 help-container">
<!-- Breadcrumbs -->
<nav class="breadcrumbs">
<ul>
<li><a href="documentation.html">Documentation</a></li>
<li>Vendor introduction</li>
</ul>
</nav>
<!-- /Breadcrumbs -->
<!-- Article body -->
<div class="flex-card single-help-article">
<div class="article-inner">
<!-- Article meta -->
<h2 class="title is-3 dark-text">
Digi-ID app/website introduction
</h2>
<h3 class="subtitle is-5">What vendors need to know</h3>
<div class="article-meta">
<i class="im im-icon-Clock-4" style="font-size: 2.5em;padding-top:0.5%; color: #0066cc;"></i>
<div class="meta-info" >
<div class="author" style="color: #0066cc;">Read time:</span></div>
<div class="status" style="color: #0066cc;">4 minutes</div>
</div>
</div>
<!-- /Article meta -->
<!-- Article content -->
<div class="content">
<p> Digi-ID is an authentication method based on the security of the DigiByte blockchain. This allows you to log in to a website, application, building security and more by simply scanning or tapping on a QR code.</p>
<p>Digi-ID does away with the need for usernames and password, or it can be used to compliment them for additional security.
</p>
<h4 class="subtitle is-5 dark-text">What’s involved in integrating Digi-ID into my website / application?</h4>
<p>Integration work will greatly depend on what your product is built using. Where existing plugins are available, you can be up and running using Digi-ID in a matter of minutes.</p>
<p>Where there is no existing plugin for your platform or application, we have some sample libraries that may be of use and we recommend checking out our Integration Document for Digi-ID.</p>
<h4 class="subtitle is-5 dark-text">What are the security benefits as an operator and for my users?</h4>
<p>Digi-ID can be used as an additional layer of security for your users, to compliment a traditional “Username + Password” authentication method, or alternatively as users upgrade their account and add Digi-ID you can even do away with usernames / passwords entirely.</p>
<p>This means end-users are unable to re-use passwords, or choose insecure passwords, if there is no “password” on their account when replaced by Digi-ID. Should a security breach occur through some other method, there would be no usernames / passwords for an attacker to obtain. It also means your users are protected from password re-use from other websites too.</p>
<h4 class="subtitle is-5 dark-text">How would my product work without passwords? Why would I or my users want this?</h4>
<p>Platforms can replace their Username + Password authentication entirely with Digi-ID, giving users a Digi-ID QR Code to tap / scan to validate their identity. Login is much faster this way compared to entering credentials, not to mention you can log in to a shared PC (Such as a cyber cafe or family computing device) without worrying about your details being saved.</p>
<p>Each login attempt is valid only for that one session, so the ‘challenge’ response cannot be resent and reused for a later login attempt on a website / application.
The validation connects them to the individual “session”, be it on a website, inside a mobile application, or an attempt to access building security.
</p>
<p>This means a few things:</p>
<ol>
<li>Users are proving they are “me” without any personally identifiable information</li>
<li>The weakest point of authentication, Usernames + Passwords, are removed</li>
<li>Sharing of credentials becomes far more difficult for end-users</li>
<li>Users no longer need to remember multiple sets of credentials where they use the service with more than one account (eg a home + work email login). By cryptographically proving they are who they say they are, users could associate multiple accounts with their identity.</li>
</ol>
<h4 class="subtitle is-5 dark-text">How will I get in contact with users if there’s no username / password?</h4>
<p>Once your users are logged in, you are still welcome to ask them for an email address etc as you would currently. Same goes for a name etc, especially if you’ll be shipping them a product or wanting to address your users in an email.</p>
<h4 class="subtitle is-5 dark-text">What is a preferred time for the nonce timeout?</h4>
<p>Depending on the application this may need to be shortened or lengthened. For most websites, a 90-second expiration is likely sufficient, in order to minimize time for replay attempts.</p>
<p>Digi-ID is pseudo-anonymous in so much that the only identifiable information is what they give you after the authentication request.</p>
</div>
<!-- /Article content -->
<!-- Rating section -->
<div class="rating-section">
<div class="question">Was this info helpful ?</div>
<div class="rating-buttons">
<span class="rating-button">
<i class="material-icons">sentiment_very_dissatisfied</i>
</span>
<span class="rating-button">
<i class="material-icons">sentiment_neutral</i>
</span>
<span class="rating-button">
<i class="material-icons">sentiment_very_satisfied</i>
</span>
</div>
</div>
<!-- /Rating section -->
</div>
</div>
<!-- /Article body -->
</div>
<div class="column"></div>
</div>
</div>
</div>
<!-- Article section -->
<!-- Footer -->
<footer class="footer footer-light-medium">
<div class="container">
<div class="columns">
<!-- Column -->
<div class="column is-4">
<div class="pt-10 pb-10">
<img class="small-footer-logo" src="assets/images/logos/bulkit-logo-g.png" alt="">
<div class="footer-description pt-10 pb-10">
Bulkit is built for developers and designers. It's modular approach lets you create an original landing page for your brand.
</div>
</div>
<div>
<span class="moto">Designed and coded with <i class="fa fa-heart color-red"></i> by CSS Ninja.</span>
<div class="social-links pt-10 pb-10">
<a href="#">
<span class="icon"><i class="fa fa-facebook"></i></span>
</a>
<a href="#">
<span class="icon"><i class="fa fa-twitter"></i></span>
</a>
<a href="#">
<span class="icon"><i class="fa fa-linkedin"></i></span>
</a>
<a href="#">
<span class="icon"><i class="fa fa-dribbble"></i></span>
</a>
<a href="#">
<span class="icon"><i class="fa fa-github"></i></span>
</a>
</div>
</div>
</div>
<!-- Column -->
<div class="column is-6 is-offset-2">
<div class="columns">
<!-- Column -->
<div class="column">
<ul class="footer-column">
<li class="column-header">
Bulkit
</li>
<li class="column-item"><a href="https://digi-id.io">Home</a></li>
<li class="column-item"><a href="pricing.html">Pricing</a></li>
<li class="column-item"><a href="https://digi-id.io/#getting_started">Get started</a></li>
<li class="column-item"><a href="#">Help</a></li>
</ul>
</div>
<!-- Column -->
<div class="column">
<ul class="footer-column">
<li class="column-header">
Ressources
</li>
<li class="column-item"><a href="#">Learning</a></li>
<li class="column-item"><a href="#">Support center</a></li>
<li class="column-item"><a href="#">Frequent questions</a></li>
<li class="column-item"><a href="#">Schedule a demo</a></li>
</ul>
</div>
<!-- Column -->
<div class="column">
<ul class="footer-column">
<li class="column-header">
Terms
</li>
<li class="column-item"><a href="#">Privacy policy</a></li>
<li class="column-item"><a href="#">SaaS services</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- /Footer -->
<!-- Back To Top Button -->
<div id="backtotop"><a href="#"></a></div>
<!-- Core js -->
<script src="assets/js/core/jquery.min.js"></script>
<script src="assets/js/core/modernizr.min.js"></script>
<!-- Plugins js -->
<script src="assets/js/ggpopover/ggtooltip.js"></script>
<script src="assets/js/embed/embed.js"></script>
<!-- Bulkit js -->
<script src="assets/js/main.js"></script>
<!-- Page specific js -->
<script src="assets/js/pages/landingv3.js"></script>
</body>
</html>