remove reference to todos tutorial (#1581)

This commit is contained in:
Ryan
2023-10-25 12:30:11 -05:00
committed by GitHub
parent ca0513c1cb
commit 43d357d09d

View File

@@ -25,8 +25,6 @@ Authentication allows users to identify themselves in an app while retaining com
Users who register for your app can subsequently authenticate to any other app with support for the [Blockchain Naming System](https://docs.stacks.co/build-apps/references/bns) and vice versa.
See the [To-dos example app](/example-apps/to-dos) for a concrete example of this feature in practice.
### Initiate `userSession`
Apps keep track of user authentication state with the `userSession` object, initiated with the `UserSession` and `AppConfig` classes: