forked from hirosystems/stacks.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
documentation.yml
42 lines (37 loc) · 1.38 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
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
- 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
- getAppBucketUrl
- getUserAppFileUrl