mirror of
https://github.com/alexgo-io/stacks.js.git
synced 2026-01-12 17:52:41 +08:00
docs: update migration guide
This commit is contained in:
5
.github/MIGRATION.md
vendored
5
.github/MIGRATION.md
vendored
@@ -1,11 +1,10 @@
|
||||
# Migration Guides
|
||||
|
||||
- [Stacks.js (<=4.x.x) → (5.x.x)](#stacksjs-4xx--5xx)
|
||||
- [Stacks.js (\<=4.x.x) → (5.x.x)](#stacksjs-4xx--5xx)
|
||||
- [Breaking Changes](#breaking-changes)
|
||||
- [Buffer to Uint8Array](#buffer-to-uint8array)
|
||||
- [Message Signing Prefix](#message-signing-prefix)
|
||||
- [blockstack.js → Stacks.js (1.x.x)](#blockstackjs--stacksjs-1xx)
|
||||
- [Auth](#auth)
|
||||
- [Using blockstack.js](#using-blockstackjs)
|
||||
- [Using Blockstack Connect](#using-blockstack-connect)
|
||||
- [Storage](#storage)
|
||||
@@ -123,8 +122,6 @@ if (userSession.isSignInPending()) {
|
||||
|
||||
#### Using Blockstack Connect
|
||||
|
||||
See full tutorial [here](https://docs.blockstack.org/authentication/connect)
|
||||
|
||||
```typescript
|
||||
// Configuring your app
|
||||
const authOptions = {
|
||||
|
||||
Reference in New Issue
Block a user