forked from hirosystems/stacks.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocumentation.yml
50 lines (45 loc) · 1.59 KB
/
documentation.yml
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
toc:
- name: Authentication
description: |
Single sign on and authentication without third parties or remote servers.
[Read more about authentication](https://github.com/blockstack/blockstack.js/blob/master/src/auth/README.md)
- redirectToSignIn
- isSignInPending
- handlePendingSignIn
- loadUserData
- isUserSignedIn
- signUserOut
- makeAuthRequest
- redirectToSignInWithAuthRequest
- getAuthResponseToken
- verifyAuthResponse
- name: Profiles
description: |
Identity you own and control.
[Read more about profiles](https://github.com/blockstack/blockstack.js/blob/master/src/profiles/README.md)
- extractProfile
- wrapProfileToken
- signProfileToken
- verifyProfileToken
- validateProofs
- lookupProfile
- name: Storage
description: |
Store your app's data without servers in storage your user controls.
_Note: Blockstack Gaia Storage APIs and on-disk format will change in
upcoming pre-releases breaking backward compatibility. File encryption is currently
opt-in on a file by file basis._
_Certain storage features such as and collections are not implemented in the current
version. These features will be rolled out in future updates._
[Read more about storage](https://github.com/blockstack/blockstack.js/blob/master/src/storage/README.md)
- getFile
- putFile
- deleteFile
- getAppBucketUrl
- getUserAppFileUrl
- name: Blockchain
description: |
Generate and broadcast Blockstack blockchain transactions.
- broadcastTransaction
- broadcastNameRegistration
- broadcastZoneFile