docs: update migration guide

This commit is contained in:
janniks
2023-04-12 12:58:01 -06:00
committed by janniks
parent fcd606539a
commit a8d5a6e120

View File

@@ -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 = {